React Native Camera Crashes After Taking Image #174785
-
BodyHi! I'm actually trying to make an app that scans images on my S24+ using react-native-camera, but when I take pictures, it just crashes directly after. Does someone have a fix for this please? I tried reducing the image format and everything, but it doesnt work... Only fix was switching to an older phone :(( Thanks! Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hit me up if you have a fix too |
Beta Was this translation helpful? Give feedback.
-
Try (https://github.com/mrousavy/react-native-vision-camera) |
Beta Was this translation helpful? Give feedback.
-
Yea, finally, react-native-vision-camera is working for me. It was a camera resolution issue so you have to use this format
It should be working afterwards! |
Beta Was this translation helpful? Give feedback.
Yea, finally, react-native-vision-camera is working for me. It was a camera resolution issue so you have to use this format
It should be working afterwards!