when i run the app i get an error:
“Verify Internet Connection”
Meanwhile my laptop and my mobile device has got internet what could be the problem?
I'm not sure what happen. Have you try add internet permission in AndroidManifest.xml located at android/app/src/main you need to add tag :
AndroidManifest.xml
android/app/src/main
<uses-permission android:name="android.permission.INTERNET"/>
2.1m questions
2.1m answers
60 comments
57.0k users