-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've got just a black screen #32
Comments
I had similar issue, Add the following lines in AndroidManifest.xml to give permission to access camera. This fixed.
Also replace
With
Also add
in the componentWillUnmount () |
@rodrigofbm , @KesavSundarM , Hi , You should give permissions from device settings, or you can use react-native-permissions. |
i did it ,but i does not work,it still balck screen |
My code above. On the app just show a black screen.
PS: I'm not using navigation, but rn router flux
The text was updated successfully, but these errors were encountered: