Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

RNCamera crashes in iOS

$
0
0

I'm developing a video recording app in React Native and I'm using 'react-native-camera' package. Of course, I used RNCamera and the thing is it's fine in android but crashes in iOS. When I open the screen where RNCamera is used, the app just crashes and turn off. I can't get information why this issue occurs. If anyone has experience with this problem, I beg your help. Thank you.

"react": "16.9.0",
"react-native": "0.61.5",
"react-native-camera": "3.15.0"<RNCamera
    ref={ref => {
        this.camera = ref;
    }}
    style={{ flex: 1 }}
    type={RNCamera.Constants.Type.front}
/>

Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>