Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Only serve approved slugs through HttpServer
Current HttpServer implementation set `source={html, baseUrl}` on the iOS' WebView By doing so, the WebView's history does not work anymore due to a bug on `WKWebview` component This makes some iOS apps work incorrectly In previous commits we set a blockList to prevent some slugs to be served through HttpServer on iOS But we found that there are still a lot of unknown features that may not work So we prefer to reverse the logic an only approve slugs that have been test and proved to be working Related issue: react-native-webview/react-native-webview#2608
- Loading branch information