Skip to content

Commit e59d512

Browse files
ethansharM-i-k-e-l
andauthored
Upgrade reanimated and gesture-handler to latest version (#1977)
* Upgrate reanimated and gesture-handler to latest version * Update to latest * Remove ts-expect-error Co-authored-by: Miki Leib <[email protected]>
1 parent eec6277 commit e59d512

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@
9393
"react-autobind": "^1.0.6",
9494
"react-dom": "^15.4.2",
9595
"react-native": "0.66.4",
96-
"react-native-gesture-handler": "2.1.1",
96+
"react-native-gesture-handler": "2.4.1",
9797
"react-native-haptic-feedback": "^1.11.0",
9898
"react-native-linear-gradient": "2.5.6",
9999
"react-native-navigation": "^7.19.1",
100-
"react-native-reanimated": "2.4.1",
100+
"react-native-reanimated": "2.8.0",
101101
"react-native-shimmer-placeholder": "^2.0.6",
102102
"react-native-svg": "^12.1.0",
103103
"react-native-svg-transformer": "^0.14.3",

src/components/segmentedControl/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import {useOrientation} from 'hooks';
1919
const BORDER_WIDTH = 1;
2020
const TIMING_CONFIG: WithTimingConfig = {
2121
duration: 300,
22-
// @ts-expect-error TODO: change this to bezierFn or to the new implementation
2322
easing: Easing.bezier(0.33, 1, 0.68, 1)
2423
};
2524

0 commit comments

Comments
 (0)