| #
e89a8b74 |
| 19-Jun-2023 |
aleqsio <[email protected]> |
Updated vendored react-native-webview to v13.2.2 (#22913)
|
| #
3f9d6895 |
| 25-Jan-2023 |
aleqsio <[email protected]> |
[android][ios][webview] Upgrade react native webview to 11.26.0 (#20933)
|
| #
04c5c702 |
| 04-Oct-2022 |
aleqsio <[email protected]> |
Update react native webview (#19375)
Co-authored-by: Tomasz Sapeta <[email protected]>
|
| #
102c8ba4 |
| 01-Jul-2022 |
Łukasz Kosmaty <[email protected]> |
[go][iOS][Android] Upgrade `react-native-webview` from `11.18.1` to `11.22.4` (#18047)
# Why
Closes ENG-5509
# How
Run
```
et uvm --module "react-native-webview" --commit "v11.22.4" --tar
[go][iOS][Android] Upgrade `react-native-webview` from `11.18.1` to `11.22.4` (#18047)
# Why
Closes ENG-5509
# How
Run
```
et uvm --module "react-native-webview" --commit "v11.22.4" --target "expo-go"
```
show more ...
|
| #
b9c17474 |
| 02-Apr-2022 |
Tomasz Sapeta <[email protected]> |
Upgrade react-native-webview to 11.18.1 (#16826)
|
| #
89fb0438 |
| 30-Nov-2021 |
Tomasz Sapeta <[email protected]> |
Upgrade react-native-webview to 11.15.0 (#15330)
|
| #
a0d64e1d |
| 08-Sep-2021 |
Kudo Chien <[email protected]> |
[android][ios] Update react-native-webview to 11.13.0 (#14301)
# Why
update vendored module for sdk 43
close [ENG-1892](https://linear.app/expo/issue/ENG-1892/upgrade-react-native-webview)
#
[android][ios] Update react-native-webview to 11.13.0 (#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
#13461
#14265
- `et update-vendored-module -m react-native-webview -c v11.13.0`
- add `androidx.webkit` gradle dependency: https://github.com/react-native-webview/react-native-webview/commit/19980d888d66554875f3ac64b3e8a35bd7ad998b#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`).
show more ...
|
| #
5a2456fe |
| 07-Jun-2021 |
Kudo Chien <[email protected]> |
[ios][android] Update react-native-webview to 11.6.2 (#13188)
# Why
Update vendored module for SDK 42
# How
- `et update-vendored-module -m react-native-webview -c 72f37cdb7c88f44facea288a1
[ios][android] Update react-native-webview to 11.6.2 (#13188)
# Why
Update vendored module for SDK 42
# How
- `et update-vendored-module -m react-native-webview -c 72f37cdb7c88f44facea288a1a65fd4e413b0a93`
- [ios] Remove old style WebView code from Exponent project
- once tried `et add-sdk -p ios -s 42.0.0` and check the differences of the ios native files between sdk 41 and sdk 42, cannot find any meaningful issues to break the versioning. not sure what issues made the react-native-webview as separated pod broken last time. anyway let's try one more time.
# Test Plan
NCL WebView example works and build passes.
show more ...
|
| #
e3857a00 |
| 19-Feb-2021 |
Tomasz Sapeta <[email protected]> |
[ios][android] Update react-native-webview to 11.2.3 (#11964)
|