File tree Expand file tree Collapse file tree 3 files changed +190
-28
lines changed
Expand file tree Collapse file tree 3 files changed +190
-28
lines changed Original file line number Diff line number Diff line change 3434 "peerDependencies" : {
3535 "react-native" : " >=0.62.0" ,
3636 "react-native-gesture-handler" : " >=2.0.0" ,
37- "react-native-reanimated" : " >=2 .8.0"
37+ "react-native-reanimated" : " >=3 .8.0"
3838 },
3939 "devDependencies" : {
4040 "@react-native-community/eslint-config" : " ^2.0.0" ,
4949 "react" : " ~16.9.0" ,
5050 "react-native" : " ^0.62.2" ,
5151 "react-native-builder-bob" : " ^0.18.1" ,
52- "react-native-gesture-handler" : " ^2.0.0 " ,
53- "react-native-reanimated" : " ^3.5 .0" ,
54- "typescript" : " ^4.2.4 "
52+ "react-native-gesture-handler" : " ^2.18.1 " ,
53+ "react-native-reanimated" : " ^3.14 .0" ,
54+ "typescript" : " ^5.3.0 "
5555 },
5656 "react-native-builder-bob" : {
5757 "source" : " src" ,
Original file line number Diff line number Diff line change @@ -675,8 +675,8 @@ const styles = StyleSheet.create({
675675} ) ;
676676
677677const InfinitePagerContext = React . createContext ( {
678- activePagers : makeMutable ( [ ] as string [ ] ) ,
679- pagers : makeMutable ( [ ] as string [ ] ) ,
678+ activePagers : makeMutable ( [ ] as string [ ] ) as SharedValue < string [ ] > ,
679+ pagers : makeMutable ( [ ] as string [ ] ) as SharedValue < string [ ] > ,
680680 nestingDepth : - 1 ,
681681} ) ;
682682
You can’t perform that action at this time.
0 commit comments