https://github.com/kudo/repro-webview-late-props
repro of react-native-webview android issue for early loads
https://github.com/kudo/repro-webview-late-props
Last synced: 7 months ago
JSON representation
repro of react-native-webview android issue for early loads
- Host: GitHub
- URL: https://github.com/kudo/repro-webview-late-props
- Owner: Kudo
- Created: 2024-11-01T15:43:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T15:48:15.000Z (about 1 year ago)
- Last Synced: 2025-02-17T20:53:26.939Z (11 months ago)
- Language: TypeScript
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repro
A repro to demonstrate react-native-webview loading too early before setting other props
# How-to
Try to reproduce the `net::ERR_ACCESS_DENIED` error
```sh
$ bun install
$ npx expo run:android
```
Apply the patch and try again
```sh
$ patch -d node_modules/react-native-webview < patches/react-native-webview@13.12.3.patch
$ npx expo run:android
```