File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 88 * https://github.com/facebook/react-native
99 */
1010
11- import React , { useCallback , useRef } from 'react' ;
11+ import React , { useCallback } from 'react' ;
1212import {
1313 StyleSheet ,
1414 View ,
@@ -19,12 +19,10 @@ import {
1919 ImageProps ,
2020} from 'react-native' ;
2121import Carousel , {
22- CarouselHandles ,
2322 PaginationIndicator ,
2423 withCarouselContext ,
2524 useCarouselContext ,
2625} from '@r0b0t3d/react-native-carousel' ;
27- import { useSharedValue } from 'react-native-reanimated' ;
2826
2927type CarouselData = {
3028 id : string ;
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ import React, {
44 useCallback ,
55 useMemo ,
66 useRef ,
7- useState ,
87} from 'react' ;
9- import Animated , { useSharedValue } from 'react-native-reanimated' ;
8+ import { useSharedValue } from 'react-native-reanimated' ;
109import type { CarouselHandles } from 'src/types' ;
1110import { CarouselContext } from './useCarouselContext' ;
1211import { InternalCarouselContext } from './useInternalCarouselContext' ;
You can’t perform that action at this time.
0 commit comments