299 questions
0
votes
0
answers
37
views
How to mock a image in react native app using only detox and Javascript
i'm automating the reactnative application using detox with javascript
i'm trying to automate the uploading of the profile picture
the issue is we cannot automate the things out of the application ,...
1
vote
1
answer
177
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
1
answer
112
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 "...
1
vote
0
answers
597
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 ...
4
votes
2
answers
4k
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 ...
1
vote
0
answers
364
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 ...
2
votes
1
answer
1k
views
React Native Image Picker Is causing the Build failed
Hi This is my first app in react native. I am trying to Use react-native-image-picker. But it is not allowing me to build the app. I am getting the following error
FAILURE: Build failed with an ...
0
votes
1
answer
2k
views
No package name found in android manifest
Failed to build the app: No package name found.
/Users/runner/work/1/s/node_modules/react-native-image-picker/android/src/main/AndroidManifest.xml
The package name is missing in AndroidManifest file ...
0
votes
1
answer
427
views
Undefined Values Returning from Expo Image Picker
I am trying to use expo-image-picker library to get access to the gallery and choose an image from the gallery and display it on the screen. But when I choose a picture, I console.log the result and ...
1
vote
1
answer
1k
views
How to correctly force resize in IOS using Expo ImagePicker
I'm developing an app in React Native using the Expo framework. In the app users can take images and they have to be resized by the user itself (note: resizing it later programmatically is not ...
1
vote
0
answers
426
views
react-native-image-picker null launchImageLibrary
I'm new to react-native and trying to build an app to upload photos. The following use of react-native-image-picker `launchImageLibrary does not work when running in ios simulator.
I get a Cannot read ...
0
votes
0
answers
181
views
Expo Image Picker with AsyncStorage
If I try to save a profile picture in React Native to AsyncStorage, and I want it to be unique (different user with different profile image) the picture with camera (expo-camera) - works properly with ...
1
vote
1
answer
184
views
The image doesnt show in the flatlist what am I missing here?
I made an app in React Native where you can add a "player" and his/her "position" to a flatlist and after that, the user should be able to make a picture and it is supposed to show ...
0
votes
1
answer
655
views
React native image upload getting network error
'react-native-image-picker' for uploading image in my application, Sometimes it is uploading and sometimes i am getting [TypeError: Network request failed] below is the code:
FormData in my component:...
2
votes
0
answers
315
views
Can't upload image using react-native, GraphQL and urql
So I'm trying to send an image to our server with react native using GraphQL query and I don't know why but it always return an error : [CombinedError: [Network] Network request failed].
The query :
...
8
votes
6
answers
21k
views
React Native Task :react-native-image-picker:compileDebugJavaWithJavac FAILED
When trying to run my project on my windows computer it is not working, it works on my macOS but when running it on windows it throws the following errors:
Task :react-native-image-picker:...
0
votes
1
answer
686
views
React Native ImagePicker showImagePicker alternative
I've found out that with the newest version of react-native-image-picker the showImagePicker no longer exists. Is there any other native way we can still implement the functionality of showing us the ...
1
vote
1
answer
243
views
Selected image update on Avatar R.N Image Picker
Hello guys I'm Using React native Image Picker I able to select image from android library but after selection Im not able to update on my Avatar profile[Image]
After select Image here is my console....
1
vote
0
answers
1k
views
React Native: react-native-image-picker library's launchImageLibrary function is not opening the photo library
I am building an IOS application using React Native. I am now implementing a feature for my application where user has to pick a photo from the library. I am using this library, react-native-image-...
9
votes
2
answers
3k
views
Task :react-native-image-picker:compileDebugJavaWithJavac FAILED [closed]
I have a project that I was giving to update the UI , but anytime I run the app with npx react-native run android it gives the error:
Task :react-native-image-picker:compileDebugJavaWithJavac FAILED
...
0
votes
1
answer
630
views
Issue with Expo Image Picker at build time
This is the error I am facing at the time of building the ios for my expo app.
Here is the code for Image Picker I used
This is working great in my simulator expo app as well as in iphone expo as ...
0
votes
0
answers
1k
views
How to save an image from React Native Image Picker to a database?
I am using MongoDB for my database and want users in my app to be able to pick a profile picture. I am using expo-image-picker to select the image and then I save the result.uri to the database. An ...
1
vote
2
answers
998
views
How to solve Firebase Storage: Invalid URL when trying to upload and image react native
I am trying to upload an image to firebase storage, the problem is I get Firebase Storage: Invalid URL when I try to upload it.
First I get the uri from the react-native-image-picker then I use it to ...
0
votes
1
answer
494
views
possible unhandled promise rejection_Expo Image Picker
I want to use Expo Image Picker, but I'm getting the following error.
'Console Warning : possible unhandled promise rejection (id : 0)'.
I already installed 'expo-image-picker'.
Here's the promise ...
3
votes
0
answers
440
views
Why expo ImagePicker is not giving me an option to trim the video before/when uploading from an android device, even after using videoMaxDuration: 30,
in IOS, we can't upload any video that is greater than 30 Seconds.
and if you try to upload it would give you an option to trim it to 30 seconds like Whatsapp, but on android it is taking any video ...