Skip to content

Commit 113dc9d

Browse files
committed
Update demo
1 parent eaa9322 commit 113dc9d

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

examples/DemoApp/package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/DemoApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react": "16.13.1",
1515
"react-dom": "16.13.1",
1616
"react-native": "0.63.4",
17-
"react-native-react-bridge": "0.5.1",
17+
"react-native-react-bridge": "0.6.0",
1818
"react-native-webview": "11.0.2"
1919
},
2020
"devDependencies": {

examples/DemoAppExpo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "16.13.1",
1616
"react-native": "~0.63.4",
1717
"react-native-gesture-handler": "~1.10.2",
18-
"react-native-react-bridge": "^0.5.1",
18+
"react-native-react-bridge": "0.6.0",
1919
"react-native-reanimated": "~2.1.0",
2020
"react-native-screens": "~3.0.0",
2121
"react-native-unimodules": "~0.13.3",

examples/DemoAppExpo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6760,10 +6760,10 @@ react-native-gesture-handler@~1.10.2:
67606760
invariant "^2.2.4"
67616761
prop-types "^15.7.2"
67626762

6763-
react-native-react-bridge@^0.5.1:
6764-
version "0.5.1"
6765-
resolved "https://registry.yarnpkg.com/react-native-react-bridge/-/react-native-react-bridge-0.5.1.tgz#2e02201df926a344162ab45a0936642800385f33"
6766-
integrity sha512-uhjku7fP11eFq2+WcakwELghSjJwUpqOhmWx9JgFtBLhX19eA9Ijk18sRa4MsVeqc9ZrxiUP5JTqOZgKWp1Ygw==
6763+
react-native-react-bridge@0.6.0:
6764+
version "0.6.0"
6765+
resolved "https://registry.yarnpkg.com/react-native-react-bridge/-/react-native-react-bridge-0.6.0.tgz#6b405120fef4c0b6ba3d37e492ce3674359fdb11"
6766+
integrity sha512-EXyxFZ+MKRB9j+p+7JsC0AMg9QKUOmcAXFpUJhYoO0ZrjQhVO3pPVkZaogD5DWjhjmM0ifngghM6tUHAgpPrww==
67676767
dependencies:
67686768
babel-plugin-module-resolver "4.1.0"
67696769

0 commit comments

Comments
 (0)