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

A React Native module which wraps ActionSheetIOS, CameraRoll and ImagePickerIOS to select a photo from the library or camera

Results 4 react-native-imagepicker issues
Sort by recently updated
recently updated
newest added

In android device Nexus 5 image picker from gallery its working proper but when i am going to take photo nothings happen

error TypeError: Cannot read property 'showActionSheetWithOptions' of undefined at Object.showActionSheetWithOptions (ActionSheetIOS.js:57) Running on Android Device

From library or picker, i get image asset url like: "assets-library://asset/asset.JPG?id=AC072879-DA36-4A56-8A04-4D467C878877&ext=JPG". I am able to view image in tag source, but when i try to upload on server using code...