We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building for iOS or Android, metro throws the following error: ERROR Error: react-native-permissions: NativeModule.RNPermissions is null.
ERROR Error: react-native-permissions: NativeModule.RNPermissions is null.
Related issues: zoontek/react-native-permissions#759 which points to moaazsidat/react-native-qrcode-scanner#403 (comment)
The text was updated successfully, but these errors were encountered:
Downgrading to react-native-permissions v3.3.1 and adding the peerDependenciesMeta blockk seems to have fixed this issue.
react-native-permissions
peerDependenciesMeta
Sorry, something went wrong.
dmitrizagidulin
Successfully merging a pull request may close this issue.
When building for iOS or Android, metro throws the following error:
ERROR Error: react-native-permissions: NativeModule.RNPermissions is null.
Related issues: zoontek/react-native-permissions#759
which points to moaazsidat/react-native-qrcode-scanner#403 (comment)
The text was updated successfully, but these errors were encountered: