Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flochtililoch/rnwebviewbug
- Owner: flochtililoch
- Created: 2020-05-14T20:51:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:55:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T08:08:25.004Z (7 months ago)
- Language: Java
- Size: 1.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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
```