Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
37 views

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 ,...
Tharun Gongati's user avatar
1 vote
1 answer
177 views

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 {...
jedihomeslice's user avatar
0 votes
1 answer
112 views

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 "...
Jowens4954 's user avatar
1 vote
0 answers
597 views

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 ...
alanders's user avatar
4 votes
2 answers
4k views

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 ...
elvis obondo's user avatar
1 vote
0 answers
364 views

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 ...
M.Hassam Yahya's user avatar
2 votes
1 answer
1k views

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 ...
Barath k's user avatar
0 votes
1 answer
2k views

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 ...
Sagar H's user avatar
  • 5,581
0 votes
1 answer
427 views

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 ...
Adam Saleem's user avatar
1 vote
1 answer
1k views

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 ...
Gavin Hartog's user avatar
1 vote
0 answers
426 views

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 ...
Fabian's user avatar
  • 3,460
0 votes
0 answers
181 views

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 ...
Pizzaboi's user avatar
1 vote
1 answer
184 views

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 ...
Abdullah5713's user avatar
0 votes
1 answer
655 views

'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:...
sudhir_arium's user avatar
2 votes
0 answers
315 views

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 : ...
gcollet's user avatar
  • 21
8 votes
6 answers
21k views

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:...
JoseGE's user avatar
  • 135
0 votes
1 answer
686 views

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 ...
Ken's user avatar
  • 1,511
1 vote
1 answer
243 views

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....
Jason0011's user avatar
  • 460
1 vote
0 answers
1k views

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-...
Wai Yan Hein's user avatar
9 votes
2 answers
3k views

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 ...
Curtis Crentsil's user avatar
0 votes
1 answer
630 views

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 ...
Adhikansh Mittal's user avatar
0 votes
0 answers
1k views

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 ...
Cole's user avatar
  • 504
1 vote
2 answers
998 views

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 ...
Albin Rdz's user avatar
  • 163
0 votes
1 answer
494 views

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 ...
이소민's user avatar
3 votes
0 answers
440 views

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 ...
Shivam purbia's user avatar

1
2 3 4 5 6