You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by default. Thus, to access locally running server over HTTP from within
119
+
your app, you should either allow all uses of HTTP in your app by adding
120
+
`android:usesCleartextTraffic="true"` attribute to `<application>` element
121
+
in the `AndroidManifest.xml`
122
+
([see how it is donein the example app](https://github.com/birdofpreyru/react-native-static-server/blob/master/example/android/app/src/main/AndroidManifest.xml));
0 commit comments