Skip to content

Commit

Permalink
mobile/node_modules/react-native: Rip out RCTWebView to avoid depreca…
Browse files Browse the repository at this point in the history
…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
jdanbrown committed Jan 4, 2020
1 parent 3c9204e commit 482d755
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 610 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 482d755

Please sign in to comment.