Skip to content

Commit

Permalink
fix(deps):Rollback dependecy react-native-reanimated to v2.3.1 #208 (#…
Browse files Browse the repository at this point in the history
…209)

* fix:react-native版本更新

* chore(deps): update dependency react-native-gesture-handler to v2.0.0 #204

Co-authored-by: 杨楠 <[email protected]>
  • Loading branch information
Amber-Nan and 杨楠 committed Dec 29, 2021
1 parent f724ea2 commit 2b01763
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions HelloWorld/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ 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
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: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 65583befd5706cc9c86ae9a081786181ced37b93
RNScreens: 4d79118be80f79fa1f4aa131909a1d6e86280af3
RNScreens: 522705f2e5c9d27efb17f24aceb2bf8335bc7b8e
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
Expand Down
2 changes: 1 addition & 1 deletion HelloWorld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-native": "0.66.4",
"react-native-device-info": "8.4.8",
"react-native-gesture-handler": "1.10.3",
"react-native-reanimated": "2.3.1",
"react-native-reanimated": "2.2.4",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.10.1",
"react-native-svg": "12.1.1",
Expand Down
8 changes: 4 additions & 4 deletions template/template/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ 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
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: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 65583befd5706cc9c86ae9a081786181ced37b93
RNScreens: 4d79118be80f79fa1f4aa131909a1d6e86280af3
RNScreens: 522705f2e5c9d27efb17f24aceb2bf8335bc7b8e
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
Expand Down
2 changes: 1 addition & 1 deletion template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-native": "0.66.4",
"react-native-device-info": "8.4.8",
"react-native-gesture-handler": "1.10.3",
"react-native-reanimated": "2.3.1",
"react-native-reanimated": "2.2.4",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.10.1",
"react-native-svg": "12.1.1",
Expand Down

0 comments on commit 2b01763

Please sign in to comment.