-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[android][ios] Update react-native-webview to 11.13.0 (expo#14301)
# Why update vendored module for sdk 43 close [ENG-1892](https://linear.app/expo/issue/ENG-1892/upgrade-react-native-webview) # How - fix `tools/src/vendoring/config/expoGoConfig.ts` breaking where the initialized selector should be `initWithExperienceStableLegacyId:scopeKey:easProjectId:kernelServiceDelegate:params:`. related changes expo#13461 expo#14265 - `et update-vendored-module -m react-native-webview -c v11.13.0` - add `androidx.webkit` gradle dependency: react-native-webview/react-native-webview@19980d8#diff-197b190e4a3512994d2cebed8aff5479ff88e136b8cc7a4b148ec9c3945bd65aR139 # Test Plan - [x] expo go android unversioned + NCL webview component test - [x] expo go android versioned + NCL webview component test - [x] expo go ios unversioned + NCL webview component test - [x] expo go ios versioned + NCL webview component test # Checklist - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.io and README.md). - [x] This diff will work correctly for `expo build` (eg: updated `@expo/xdl`).
- Loading branch information
Showing
12 changed files
with
91 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-native-webview", | ||
"version": "11.6.2", | ||
"version": "11.13.0", | ||
"summary": "React Native WebView component for iOS, Android, macOS, and Windows", | ||
"license": "MIT", | ||
"authors": "Jamon Holmgren <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ | |
}, | ||
"source": { | ||
"git": "https://github.com/react-native-webview/react-native-webview.git", | ||
"tag": "v11.6.2" | ||
"tag": "v11.13.0" | ||
}, | ||
"source_files": "apple/**/*.{h,m}", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters