Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 364 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 364 Bytes

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

$ bun install
$ npx expo run:android

Apply the patch and try again

$ patch -d node_modules/react-native-webview < patches/react-native-webview@13.12.3.patch
$ npx expo run:android