All Questions
Tagged with react-native-image-picker react-native-camera
7 questions
2
votes
0
answers
198
views
React Native - Integration of camera and photo upload in one screen
I am trying to find a library or a way to implement the camera and upload pictures in one screen like it is on IOS or android camera. For example you open the camera app and you get to take the photo ...
1
vote
1
answer
2k
views
Upload Video URI from React-Native Picker to AWS S3 Server
I am trying to upload a video from my IOS device library to S3 using axios and a pre-signed url. I've determined the axios/s3 part is working great, but the issue is coming from the uri I receive from ...
0
votes
1
answer
5k
views
How can i automatically crop an image just taken with react-native-camera
I have a feature that captures a bank card, how can I crop the image of the card inside the camera mask. I use react-native-camera to take pictures and use BarcodeMask to create masks.Here is the code:...
2
votes
0
answers
1k
views
Failed to allocate a 14745612 byte allocation with 7913456 free bytes and 7MB until OOM... target footpring ...growth limit
I am using React Native to develop an app. I get an error when trying to upload a video more than 20 sec. The code works fine for small videos.
const response = await fetch(videoPicker)
const blob ...
2
votes
1
answer
793
views
React-native-image-picker add mask layout to camera
I'm making an app, that implements taking photos or uploading them from gallery.
I would like to find out, if it is and how it is possible to add a mask layout for camera view.
The result i would like ...
1
vote
2
answers
4k
views
How to read image as binary/blob in reactnative
I use react-native-camera to take a picture and it will save in the mobile like
file:///data/user/0/xxx/cache/Camera/4b1bde90-fa5e-4f91-aac1-029a8b67b3fc.jpg
now I want to upload this image to ...
15
votes
2
answers
19k
views
react-native-image-picker vs expo ImagePicker
I have tried many attempts to get react-native-image-picker up and working with my RN app. I am using Expo and VS Code and am not running the app with Xcode or Android Studio. There seems to be many ...