Video Recording (expo -camera) is not working on production/apk file but work my local

109 Views Asked by At

1

I'm using an expo-camera for video recording in my react native app. Everything is working great in development but when I generate an APK file so the camera is not recording the video.

`type here`
1

There are 1 best solutions below

1
On

just Add these line in your app.json

"android": {"permissions": ["AUDIO_RECORD"]}