303 questions
-4
votes
0
answers
23
views
App Crashes on Realme 7 (android vesion 12) After Launching Camera and returning with react-native-image-picker [closed]
i am use this react-native-image-crop-picker library for click and upload image
but get error some device like reami 7 version android 12
when clcik open camera button and click imge then crsh app or ...
0
votes
1
answer
193
views
A problem occurred configuring project ':react-native-image-picker'
Configure project :react-native-exit-app
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information ...
0
votes
0
answers
31
views
Can't Correct URI on Android for Upload to Firebase Storage
i have attempted MANY solutions for this but I still cannot solve the file path on Android. IOS works perfectly.
Android Logs
LOG Initiating photo upload for photo index: 1
LOG Original selected ...
1
vote
1
answer
145
views
Typescript React Native Image Picker double-tap issue (non expo)
So, there's some good news and some bad news.
The good news is that the code below works.
The bad news is that I have to pick the image twice before it displays client-side.
Import code: import {...
0
votes
0
answers
35
views
Unable to Upload Image to Firebase in React Native, TypeError: Cannot read property 'showImagePicker' of undefined, js engine: hermes
I'm working on a React Native project where I need to upload an image to Firebase. I'm using react-native-image-picker for image selection and @react-native-firebase/firestore for interacting with ...
1
vote
0
answers
215
views
Error: Cannot find native module 'ExponentImagePicker' when using 'expo-image-picker' with Hermes JS engine
I'm working on a React Native project where I need to upload an image to Firebase. I'm using react-native-image-picker for image selection and @react-native-firebase/firestore for interacting with ...
0
votes
0
answers
331
views
react-native-image-picker is not visible in android 14
I am using react-native-image-picker to pick images from gallery..it is working fine in most android devices.But in android 14 when i invoke launcImageLibrary() it shows a blank screen and if touch at ...
0
votes
1
answer
100
views
How Would I Display Multiple Images In A Horizontal Scrollview/FlatList with Expo Image Picker?
I've figured out how to display one image at a time, but I would love to allow multiple selections that the user can scroll through horizontally. My code is as follows (I haven't added "...
0
votes
1
answer
490
views
React-Native: Image picker complain with new Google MEDIA policy
I'm using typical library (react-native-image-picker) for working with media in react-native. With new google policy this library doesn't match. Official Google explanation:
For a more privacy ...
0
votes
0
answers
126
views
GraphQL Upload Value Invalid Error When Uploading Images from React Native Using Apollo Client and react-native-image-picker
I'm currently working on a React Native application where I need to upload images to my GraphQL server using Apollo Client and react-native-image-picker. However, I'm encountering an issue where I ...
0
votes
0
answers
533
views
React Native Image Picker Not Responding on Android 11 When Accepting Taken Photo
I'm experiencing an issue with react-native-image-picker on an Android 11 device where, after taking a photo, the application does not respond to the tick (checkmark) icon being pressed to accept the ...
2
votes
0
answers
119
views
jpg image file can't be open after OSS upload
The React Native 0.70 app uses react-native-blob-util to read jpg image file from image picker before uploading it to OSS. Here is the code:
import ReactNativeBlobUtil from "react-native-blob-...
1
vote
1
answer
3k
views
How to upload an image from gallery to supabase storage
I want users to be able to pick a profile picture from the gallery using the Image Picker from expo and upload it to supabase in a filename that is structured like this userid.jpeg. I then want to ...
0
votes
0
answers
335
views
Error in 'react-native-image-picker' launchImageLibrary album (Android 13)
React-native-image-picker is in use in Android 13 environment.
I'm using launchImageLibrary when I need to select an image for an album, but I'm getting an error that all albums don't show up.
The ...
1
vote
0
answers
268
views
When ever I build by react-native project I am facing issue Include of non-modular header inside framework module 'React.RCTRuntimeExecutorFromBridge
When ever I build by react-native project I am facing this issue
Include of non-modular header inside framework module 'React.RCTRuntimeExecutorFromBridge
even If I clean my project still this issue ...