Skip to content

Commit

Permalink
[IOCOM-1468,IOCOM-1497] react-native-webview upgraded to lastest (#5814)
Browse files Browse the repository at this point in the history
## Short description
This PR upgrades react-native-webview to the lastest version available.

## List of changes proposed in this pull request
- react-native-webview to 13.10.3
- patches/react-native-webview+13.10.3.patch upgraded to support new
minified webview.js

## How to test
Using the io-dev-api-server, check that webview usages still work

---------

Co-authored-by: Martino Cesari Tomba <[email protected]>
  • Loading branch information
Vangaorth and forrest57 authored Jun 10, 2024
1 parent aaa9d2e commit f574c73
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 182 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ PODS:
- React
- react-native-view-shot (3.1.2):
- React
- react-native-webview (13.8.1):
- react-native-webview (13.10.3):
- React-Core
- React-perflogger (0.70.15)
- React-RCTActionSheet (0.70.15):
Expand Down Expand Up @@ -996,7 +996,7 @@ SPEC CHECKSUMS:
react-native-slider: e99fc201cefe81270fc9d81714a7a0f5e566b168
react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
react-native-view-shot: 4475fde003fe8a210053d1f98fb9e06c1d834e1c
react-native-webview: bef49fb935d75e1ca83aed3ac74eecf5b78764ac
react-native-webview: bbe76e4df57707c717f3c417ec0441f2a1848bba
React-perflogger: 010e98d3335e5185a8f7496babca50d82a042e84
React-RCTActionSheet: 0f585d684b540a5bbfc62b0a1fbc5292cff2aefc
React-RCTAnimation: eb0e5b020333f9cc652d85f27a47086fbf56fffd
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"react-native-url-polyfill": "^2.0.0",
"react-native-view-shot": "3.1.2",
"react-native-vision-camera": "2.15.4",
"react-native-webview": "^13.8.1",
"react-native-webview": "^13.10.3",
"react-native-xml2js": "^1.0.3",
"react-redux": "7.2.4",
"reactotron-react-native": "^5.0.0",
Expand Down
Loading

0 comments on commit f574c73

Please sign in to comment.