Skip to content

Commit c1fb63b

Browse files
committed
Removing react-spring dependency
1 parent 42dc923 commit c1fb63b

File tree

9 files changed

+1357
-1248
lines changed

9 files changed

+1357
-1248
lines changed

example/ios/Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ PODS:
236236
- React-cxxreact (= 0.63.2)
237237
- React-jsi (= 0.63.2)
238238
- React-jsinspector (0.63.2)
239-
- react-native-safe-area-context (3.1.4):
240-
- React
239+
- react-native-safe-area-context (3.1.8):
240+
- React-Core
241241
- React-RCTActionSheet (0.63.2):
242242
- React-Core/RCTActionSheetHeaders (= 0.63.2)
243243
- React-RCTAnimation (0.63.2):
@@ -300,11 +300,11 @@ PODS:
300300
- React-jsi (= 0.63.2)
301301
- RNCMaskedView (0.1.10):
302302
- React
303-
- RNGestureHandler (1.7.0):
303+
- RNGestureHandler (1.8.0):
304304
- React
305-
- RNReanimated (1.10.2):
305+
- RNReanimated (1.13.1):
306306
- React
307-
- RNScreens (2.10.1):
307+
- RNScreens (2.11.0):
308308
- React
309309
- Yoga (1.14.0)
310310
- YogaKit (1.18.1):
@@ -470,7 +470,7 @@ SPEC CHECKSUMS:
470470
React-jsi: 54245e1d5f4b690dec614a73a3795964eeef13a8
471471
React-jsiexecutor: 8ca588cc921e70590820ce72b8789b02c67cce38
472472
React-jsinspector: b14e62ebe7a66e9231e9581279909f2fc3db6606
473-
react-native-safe-area-context: eb91fe1fb3f7b87d9c30a7f0808407d8569d539d
473+
react-native-safe-area-context: 79fea126c6830c85f65947c223a5e3058a666937
474474
React-RCTActionSheet: 910163b6b09685a35c4ebbc52b66d1bfbbe39fc5
475475
React-RCTAnimation: 9a883bbe1e9d2e158d4fb53765ed64c8dc2200c6
476476
React-RCTBlob: 39cf0ece1927996c4466510e25d2105f67010e13
@@ -482,9 +482,9 @@ SPEC CHECKSUMS:
482482
React-RCTVibration: 4d2e726957f4087449739b595f107c0d4b6c2d2d
483483
ReactCommon: a0a1edbebcac5e91338371b72ffc66aa822792ce
484484
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
485-
RNGestureHandler: b6b359bb800ae399a9c8b27032bdbf7c18f08a08
486-
RNReanimated: 7de2dca51deacff78bb880f63c1389a24311b376
487-
RNScreens: b748efec66e095134c7166ca333b628cd7e6f3e2
485+
RNGestureHandler: 7a5833d0f788dbd107fbb913e09aa0c1ff333c39
486+
RNReanimated: dd8c286ab5dd4ba36d3a7fef8bff7e08711b5476
487+
RNScreens: 0e91da98ab26d5d04c7b59a9b6bd694124caf88c
488488
Yoga: 7740b94929bbacbddda59bf115b5317e9a161598
489489
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
490490

example/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,41 @@
1111
},
1212
"dependencies": {
1313
"@react-native-community/masked-view": "^0.1.10",
14-
"@react-navigation/native": "^5.7.3",
15-
"@react-navigation/stack": "^5.9.0",
14+
"@react-navigation/native": "^5.7.4",
15+
"@react-navigation/stack": "^5.9.1",
1616
"react": "16.13.1",
1717
"react-native": "0.63.2",
18-
"react-native-gesture-handler": "^1.7.0",
19-
"react-native-reanimated": "^1.10.2",
18+
"react-native-gesture-handler": "^1.8.0",
19+
"react-native-reanimated": "^1.13.1",
2020
"react-native-rooster": "file:.yalc/react-native-rooster",
21-
"react-native-safe-area-context": "^3.1.4",
22-
"react-native-screens": "^2.10.1",
23-
"styled-components": "^5.1.1"
21+
"react-native-safe-area-context": "^3.1.8",
22+
"react-native-screens": "^2.11.0",
23+
"styled-components": "^5.2.0"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.11.1",
26+
"@babel/core": "^7.11.6",
2727
"@babel/runtime": "^7.11.2",
28-
"@types/jest": "^26.0.9",
29-
"@types/react-native": "^0.63.5",
28+
"@types/jest": "^26.0.14",
29+
"@types/react-native": "^0.63.22",
3030
"@types/react-test-renderer": "^16.9.3",
31-
"@types/styled-components": "^5.1.2",
32-
"@typescript-eslint/eslint-plugin": "^3.8.0",
33-
"@typescript-eslint/parser": "^3.8.0",
34-
"babel-jest": "^26.2.2",
35-
"eslint": "^7.6.0",
31+
"@types/styled-components": "^5.1.3",
32+
"@typescript-eslint/eslint-plugin": "^4.2.0",
33+
"@typescript-eslint/parser": "^4.2.0",
34+
"babel-jest": "^26.3.0",
35+
"eslint": "^7.9.0",
3636
"eslint-config-airbnb": "^18.2.0",
37-
"eslint-config-prettier": "^6.11.0",
38-
"eslint-import-resolver-typescript": "^2.2.0",
37+
"eslint-config-prettier": "^6.12.0",
38+
"eslint-import-resolver-typescript": "^2.3.0",
3939
"eslint-plugin-import": "^2.22.0",
4040
"eslint-plugin-jsx-a11y": "^6.3.1",
4141
"eslint-plugin-prettier": "^3.1.4",
42-
"eslint-plugin-react": "^7.20.5",
43-
"eslint-plugin-react-hooks": "^4.0.8",
44-
"jest": "^26.2.2",
45-
"metro-react-native-babel-preset": "^0.61.0",
46-
"prettier": "^2.0.5",
42+
"eslint-plugin-react": "^7.21.2",
43+
"eslint-plugin-react-hooks": "^4.1.2",
44+
"jest": "^26.4.2",
45+
"metro-react-native-babel-preset": "^0.63.0",
46+
"prettier": "^2.1.2",
4747
"react-test-renderer": "16.13.1",
48-
"typescript": "^3.9.7"
48+
"typescript": "^4.0.3"
4949
},
5050
"jest": {
5151
"preset": "react-native",

example/yalc.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "v1",
33
"packages": {
44
"react-native-rooster": {
5-
"signature": "9fc9647aba0dc577d08f76ccbe1c567d",
5+
"signature": "d88fd51dd4a08cf35f2c7733a5a201d9",
66
"file": true
77
}
88
}

0 commit comments

Comments
 (0)