appsync-graphql-cities
appsync-graphql-cities copied to clipboard
"Unhandled promise rejection"{framesToPop":1",code:"E_MISSING_PERMISSION"}
I am using this project and update aws-exports with our AppSync API. But when we run project in android phone then i am getting this error.
"Unhandled promise rejection"{framesToPop":1",code:"E_MISSING_PERMISSION"}
Thanks for pointing out this issue. Is this also occurring on iOS?
Did either of you find the solution to this error? I am having the same error in my own app. It runs fine on iOS but I get this as soon as I launch it on android.

What was the solution? Also having this problem
For me, one of the modules react-native-blur wasn't fully installed as android requires an extra step modifying the build.gradle file. I'd recommend going through all your Modules and just double check the docs to make sure they're installed properly for android as the installation is often different from ios.
@theRedster thanks, I'll check on this and see if I can repro then update the repo with the fixed version.
Temporary workaround is to add the following to AndroidManifest.xml
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>