Skip to content

Commit ef08cbd

Browse files
committed
update react-native-reanimated to version 1.7.0
1 parent 2d4fe86 commit ef08cbd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ PODS:
231231
- React
232232
- RNGestureHandler (1.5.6):
233233
- React
234-
- RNReanimated (1.4.0):
234+
- RNReanimated (1.7.0):
235235
- React
236236
- RNTextSize (4.0.0-rc.1):
237237
- React
@@ -383,7 +383,7 @@ SPEC CHECKSUMS:
383383
RNCAsyncStorage: 8539fc80a0075fcc9c8e2dff84cd22dc5bf1dacf
384384
RNDateTimePicker: 1e20e91177ab5e885aa645666c5490ad99e9a839
385385
RNGestureHandler: 911d3b110a7a233a34c4f800e7188a84b75319c6
386-
RNReanimated: b2ab0b693dddd2339bd2f300e770f6302d2e960c
386+
RNReanimated: 031fe8d9ea93c2bd689a40f05320ef9d96f74d7f
387387
RNTextSize: 91955a6ea2adda9dc7802ce472b7a4dc717686f6
388388
Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b
389389

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@
7474
"jest": "^24.5.0",
7575
"metro-react-native-babel-preset": "^0.53.1",
7676
"mocha": "^5.0.0",
77-
"react": "16.9.0",
7877
"prettier-eslint": "^9.0.0",
78+
"react": "16.9.0",
7979
"react-autobind": "^1.0.6",
8080
"react-dom": "^15.4.2",
8181
"react-js-to-ts": "^1.4.0",
8282
"react-native": "0.61.5",
83+
"react-native-gesture-handler": "1.5.6",
8384
"react-native-keyboard-aware-scrollview": "^2.0.0",
8485
"react-native-keyboard-tracking-view": "^5.6.1",
8586
"react-native-navigation": "^3.4.0",
86-
"react-native-gesture-handler": "1.5.6",
87-
"react-native-reanimated": "1.4.0",
87+
"react-native-reanimated": "^1.7.0",
8888
"shell-utils": "^1.0.10",
8989
"typescript": "^2.9.2"
9090
},

0 commit comments

Comments
 (0)