Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flochtililoch/rnwebviewbug

Repro case for Android + react-native-webview bug
https://github.com/flochtililoch/rnwebviewbug

Last synced: about 5 hours ago
JSON representation

Repro case for Android + react-native-webview bug

Awesome Lists containing this project

README

        

# Demo app for react-native-community/react-native-webview/issues/1383

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

How to test:

1. clone
```sh
$ git clone [email protected]:flochtililoch/RNWebViewBug.git
```

2. install dependencies
```sh
$ cd RNWebViewBug
$ yarn
$ cd ios
$ pod install
```

3. start Android emulator

4. start local web server and make it reachable by android emulator
```sh
$ npx http-server -c-1 web
$ adb reverse tcp:8080 tcp:8080
```

5. run app on iOS and Android
```sh
$ npx react-native run-ios
$ npx react-native run-android
```