when i open 2 terminal
npx react-native start
npx react-native run-android
actually there are no error while running run-android, but at the first window, metro bundler doesn't work
I have fix this issue by removing this line:
android:networkSecurityConfig="@xml/network_security_config"
From app/src/main/AndroidManifest.xml