react-native-s3 icon indicating copy to clipboard operation
react-native-s3 copied to clipboard

i use this example and i have some problem

Open ahmedzaki72 opened this issue 5 years ago • 0 comments

i clone this example and create backend amplify console
when using the image uploader works successfully with no problem But the picture does not appear in the display .. But when I upload a photo from a server it works fine no problem and The second problem if you upload a large size image not upload
please help me @jtaylor1989 package.json { "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "eject": "expo eject" }, "dependencies": { "aws-amplify": "^1.1.22", "aws-amplify-react-native": "^2.1.8", "buffer": "^5.2.1", "expo": "^32.0.0", "react": "16.5.0", "rn-fetch-blob": "^0.10.15" }, "devDependencies": { "babel-preset-expo": "^5.0.0" }, "private": true }

ahmedzaki72 avatar Mar 19 '19 13:03 ahmedzaki72