Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mobile/node_modules/react-native: Rip out RCTWebView to avoid depreca…
…ted UIWebView error from app store - Problem - Email after upload: `ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs` - Our react-native is really old and still has RCTWebView - Solution - Rip out RCTWebView - `find node_modules/react-native/ | grep RCTWebView | xargs trash` - From facebook/react-native#26255 (comment) - Future react-native versions move WebView out to https://github.com/react-native-community/react-native-webview - facebook/react-native#16792 (comment)
- Loading branch information