-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |