Skip to content

flochtililoch/RNWebViewBug

Repository files navigation

This project exhibits the issue highlighted in react-native-webview/react-native-webview/issues/1383 and currently happening with [email protected], specifically on Android.

How to test:

  1. clone
$ git clone [email protected]:flochtililoch/RNWebViewBug.git
  1. install dependencies
$ cd RNWebViewBug
$ yarn
$ cd ios
$ pod install
  1. start Android emulator

  2. start local web server and make it reachable by android emulator

$ npx http-server -c-1 web
$ adb reverse tcp:8080 tcp:8080
  1. run app on iOS and Android
$ npx react-native run-ios
$ npx react-native run-android

About

Repro case for Android + react-native-webview bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published