Skip to content

Commit

Permalink
Revert react-native example
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairaziz committed Jul 9, 2024
1 parent 9e1f6eb commit da1a919
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/react-native-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"android": "expo run:android",
"build": "CI=1 expo prebuild --no-install",
"ios": "expo start --ios",
"ios": "expo run:ios",
"jest": "jest --watchAll",
"lint": "expo lint",
"start": "expo start",
Expand Down Expand Up @@ -41,7 +41,7 @@
"react-native-screens": "3.31.1",
"react-native-url-polyfill": "2.0.0",
"react-native-web": "0.19.10",
"react-native-webview": "13.10.2"
"react-native-webview": "13.8.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/react-native-expo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6891,6 +6891,14 @@ [email protected]:
escape-string-regexp "2.0.0"
invariant "2.2.4"

[email protected]:
version "13.8.6"
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.8.6.tgz#5d4a62cb311d5ef8d910a8e112b3f1f2807bcd18"
integrity sha512-jtZ9OgB2AN6rhDwto6dNL3PtOtl/SI4VN93pZEPbMLvRjqHfxiUrilGllL5fKAXq5Ry5FJyfUi82A4Ii8olZ7A==
dependencies:
escape-string-regexp "2.0.0"
invariant "2.2.4"

[email protected]:
version "0.74.1"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.74.1.tgz#8f5f59636242eb1b90ff675d9fcc7f5b8b1c9913"
Expand Down

0 comments on commit da1a919

Please sign in to comment.