Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo authored Nov 1, 2024
1 parent ef49782 commit 6bce794
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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
```

0 comments on commit 6bce794

Please sign in to comment.