Skip to content

Commit 06c4456

Browse files
authored
fix tests (#978)
Cannot find name 'ReactComponentType'.
1 parent d1074f1 commit 06c4456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-gesture-handler.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ declare module 'react-native-gesture-handler' {
454454
NativeViewGestureHandlerProperties & FlatListProperties<ItemT>
455455
> {}
456456

457-
export const GestureHandlerRootView: ReactComponentType<ViewProps>;
457+
export const GestureHandlerRootView: React.ComponentType<ViewProps>;
458458

459459
export function gestureHandlerRootHOC<P = {}>(
460460
Component: React.ComponentType<P>,

0 commit comments

Comments
 (0)