Skip to content

Commit

Permalink
downgrade react-native-webview to fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
aroucha-miguel committed Jun 3, 2023
1 parent 7c47903 commit c4a5e27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ PODS:
- RCTTypeSafety
- React-Core
- ReactCommon/turbomodule/core
- react-native-webview (12.2.0):
- react-native-webview (12.1.0):
- React-Core
- React-perflogger (0.71.8)
- React-RCTActionSheet (0.71.8):
Expand Down Expand Up @@ -622,7 +622,7 @@ SPEC CHECKSUMS:
React-jsinspector: c712f9e3bb9ba4122d6b82b4f906448b8a281580
React-logger: 342f358b8decfbf8f272367f4eacf4b6154061be
react-native-safe-area-context: b8979f5eda6ed5903d4dbc885be3846ea3daa753
react-native-webview: 35e076d88994c63f4435de2058e4091d1c92415e
react-native-webview: 13db17f7c7fe8f91c826e9afcc369cbc74507ea0
React-perflogger: d21f182895de9d1b077f8a3cd00011095c8c9100
React-RCTActionSheet: 0151f83ef92d2a7139bba7dfdbc8066632a6d47b
React-RCTAnimation: 5ec9c0705bb2297549c120fe6473aa3e4a01e215
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-native": "0.71.8",
"react-native-safe-area-context": "^4.5.3",
"react-native-screens": "^3.20.0",
"react-native-webview": "^12.2.0",
"react-native-webview": "12.1.0",
"react-redux": "^8.0.7"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5935,10 +5935,10 @@ react-native-screens@^3.20.0:
react-freeze "^1.0.0"
warn-once "^0.1.0"

react-native-webview@^12.2.0:
version "12.2.0"
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-12.2.0.tgz#1efb789aeb77364433743af543ad8fdcb52c8e97"
integrity sha512-F+g1vWz7wpr7FBohejw6J6J1aWjPqs9WwYSdptT0YYvACWuT5spLvRPJg38RBGU7RG64wui/F7eMvuIZq/7G5Q==
react-native-webview@12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-12.1.0.tgz#fa77013f4606c56dbf60771500feb953f7a9bf6f"
integrity sha512-fuMyF4PBSIHHxv/3GgWO0LQbd7hRkLLDvZZIZw7gplSvH1YTahzw2wxnAt2K4Ua9UmsZ3w2MKgDamQCrdk4tdw==
dependencies:
escape-string-regexp "2.0.0"
invariant "2.2.4"
Expand Down

0 comments on commit c4a5e27

Please sign in to comment.