1

I'm trying to run my first React Native project for first time on my device (Android 9.0.0).

enter image description here

Kanzariya Hitesh
  • 118
  • 1
  • 15

1 Answers1

0
<?xml version="1.0" encoding="utf-8"?>
<manifest ...>
<uses-permission android:name="android.permission.INTERNET" />
<application
    ...
    android:usesCleartextTraffic="true" . <-- add this line in your manifest file
    ...>
    ...
</application>
</manifest>

remove android ./build folder and re-run your project