birdofpreyru / react-native-static-server

Embedded HTTP server for React Native
https://dr.pogodin.studio/docs/react-native-static-server
Other
135 stars 21 forks source link

[RN v0.73][New Arch][iOS] Example App has issues because of `react-native-webview` #94

Closed birdofpreyru closed 6 months ago

birdofpreyru commented 8 months ago

See https://github.com/react-native-webview/react-native-webview/issues/3263

This blocks testing of react-native-static-server for RN v0.73 / New Arch / iOS.

birdofpreyru commented 7 months ago

Fixed in rn-webview@13.6.4?

birdofpreyru commented 7 months ago

Tested with react-native-webview@13.6.4 — the example app build for RN@0.73.1 / iOS / new arch now passes, and all works fine in dev mode, however in release mode the app just shows an empty screen. Haven't dug further into it, but perhaps a react-native-webview issue, and the react-native-static-server library works. Should be further investigated later.

iSuslov commented 7 months ago

Tested with react-native-webview@13.6.4 — the example app build for RN@0.73.1 / iOS / new arch now passes, and all works fine in dev mode, however in release mode the app just shows an empty screen. Haven't dug further into it, but perhaps a react-native-webview issue, and the react-native-static-server library works. Should be further investigated later.

Possibly related: https://github.com/react-native-webview/react-native-webview/pull/3296

birdofpreyru commented 6 months ago

Fixed as of react-native-webview@13.8.1.