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

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

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
```