Skip to content

Commit

Permalink
fix(deps):处理react-native-reanimated v2.3.1 Android模拟运行报错问题 uiwjs#208
Browse files Browse the repository at this point in the history
  • Loading branch information
杨楠 committed Dec 29, 2021
2 parents 3089140 + f724ea2 commit 0d373ea
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions HelloWorld/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,13 @@ PODS:
- React-jsi (= 0.66.4)
- React-logger (= 0.66.4)
- React-perflogger (= 0.66.4)
- RNCAsyncStorage (1.15.13):
- RNCAsyncStorage (1.15.14):
- React-Core
- RNCMaskedView (0.1.11):
- React
- RNDeviceInfo (8.4.8):
- React-Core
- RNGestureHandler (2.0.0):
- RNGestureHandler (1.10.3):
- React-Core
- RNReanimated (2.2.4):
- DoubleConversion
Expand Down Expand Up @@ -376,7 +376,7 @@ PODS:
- React-RCTVibration
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.9.0):
- RNScreens (3.10.1):
- React-Core
- React-RCTImage
- RNSVG (12.1.1):
Expand Down Expand Up @@ -587,12 +587,12 @@ SPEC CHECKSUMS:
React-RCTVibration: e3ffca672dd3772536cb844274094b0e2c31b187
React-runtimeexecutor: dec32ee6f2e2a26e13e58152271535fadff5455a
ReactCommon: 57b69f6383eafcbd7da625bfa6003810332313c4
RNCAsyncStorage: ac55c090d35b880ac47a7807ab797854afc640ae
RNCAsyncStorage: ea6b5c280997b2b32a587793163b1f10e580c4f7
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNDeviceInfo: 0400a6d0c94186d1120c3cbd97b23abc022187a9
RNGestureHandler: 51c9f32f43720c3a1c7660690a843f33acbcf01f
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 65583befd5706cc9c86ae9a081786181ced37b93
RNScreens: 4d79118be80f79fa1f4aa131909a1d6e86280af3
RNScreens: 522705f2e5c9d27efb17f24aceb2bf8335bc7b8e
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
Expand Down
8 changes: 4 additions & 4 deletions HelloWorld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.15.13",
"@react-native-async-storage/async-storage": "1.15.14",
"@react-native-community/masked-view": "0.1.11",
"@react-navigation/bottom-tabs": "6.0.9",
"@react-navigation/native": "6.0.6",
Expand All @@ -25,10 +25,10 @@
"react": "17.0.2",
"react-native": "0.66.4",
"react-native-device-info": "8.4.8",
"react-native-gesture-handler": "2.0.0",
"react-native-gesture-handler": "1.10.3",
"react-native-reanimated": "2.2.4",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.9.0",
"react-native-screens": "3.10.1",
"react-native-svg": "12.1.1",
"react-redux": "7.2.6",
"redux": "4.1.2"
Expand All @@ -43,7 +43,7 @@
"jest": "27.2.0",
"metro-react-native-babel-preset": "0.66.2",
"mocker-api": "2.9.4",
"prettier": "2.4.1",
"prettier": "2.5.1",
"react-test-renderer": "17.0.2"
},
"jest": {
Expand Down
12 changes: 6 additions & 6 deletions template/template/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,13 @@ PODS:
- React-jsi (= 0.66.4)
- React-logger (= 0.66.4)
- React-perflogger (= 0.66.4)
- RNCAsyncStorage (1.15.13):
- RNCAsyncStorage (1.15.14):
- React-Core
- RNCMaskedView (0.1.11):
- React
- RNDeviceInfo (8.4.8):
- React-Core
- RNGestureHandler (2.0.0):
- RNGestureHandler (1.10.3):
- React-Core
- RNReanimated (2.2.4):
- DoubleConversion
Expand Down Expand Up @@ -376,7 +376,7 @@ PODS:
- React-RCTVibration
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.9.0):
- RNScreens (3.10.1):
- React-Core
- React-RCTImage
- RNSVG (12.1.1):
Expand Down Expand Up @@ -587,12 +587,12 @@ SPEC CHECKSUMS:
React-RCTVibration: e3ffca672dd3772536cb844274094b0e2c31b187
React-runtimeexecutor: dec32ee6f2e2a26e13e58152271535fadff5455a
ReactCommon: 57b69f6383eafcbd7da625bfa6003810332313c4
RNCAsyncStorage: ac55c090d35b880ac47a7807ab797854afc640ae
RNCAsyncStorage: ea6b5c280997b2b32a587793163b1f10e580c4f7
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNDeviceInfo: 0400a6d0c94186d1120c3cbd97b23abc022187a9
RNGestureHandler: 51c9f32f43720c3a1c7660690a843f33acbcf01f
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 65583befd5706cc9c86ae9a081786181ced37b93
RNScreens: 4d79118be80f79fa1f4aa131909a1d6e86280af3
RNScreens: 522705f2e5c9d27efb17f24aceb2bf8335bc7b8e
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
Expand Down
8 changes: 4 additions & 4 deletions template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.15.13",
"@react-native-async-storage/async-storage": "1.15.14",
"@react-native-community/masked-view": "0.1.11",
"@react-navigation/bottom-tabs": "6.0.9",
"@react-navigation/native": "6.0.6",
Expand All @@ -25,10 +25,10 @@
"react": "17.0.2",
"react-native": "0.66.4",
"react-native-device-info": "8.4.8",
"react-native-gesture-handler": "2.0.0",
"react-native-gesture-handler": "1.10.3",
"react-native-reanimated": "2.2.4",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.9.0",
"react-native-screens": "3.10.1",
"react-native-svg": "12.1.1",
"react-redux": "7.2.6",
"redux": "4.1.2"
Expand All @@ -43,7 +43,7 @@
"jest": "27.2.0",
"metro-react-native-babel-preset": "0.66.2",
"mocker-api": "2.9.4",
"prettier": "2.4.1",
"prettier": "2.5.1",
"react-test-renderer": "17.0.2"
},
"jest": {
Expand Down

0 comments on commit 0d373ea

Please sign in to comment.