File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
2
import { PropsWithChildren } from 'react' ;
3
3
import { ViewProps } from 'react-native' ;
4
- import { maybeInitializeFabric } from './init' ;
5
- import GestureHandlerRootViewContext from './GestureHandlerRootViewContext' ;
6
- import GestureHandlerRootViewNativeComponent from './specs/RNGestureHandlerRootViewNativeComponent' ;
4
+ import { maybeInitializeFabric } from '.. /init' ;
5
+ import GestureHandlerRootViewContext from '.. /GestureHandlerRootViewContext' ;
6
+ import GestureHandlerRootViewNativeComponent from '.. /specs/RNGestureHandlerRootViewNativeComponent' ;
7
7
8
8
export interface GestureHandlerRootViewProps
9
9
extends PropsWithChildren < ViewProps > { }
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
2
import { PropsWithChildren } from 'react' ;
3
3
import { View , ViewProps } from 'react-native' ;
4
- import { maybeInitializeFabric } from './init' ;
5
- import GestureHandlerRootViewContext from './GestureHandlerRootViewContext' ;
4
+ import { maybeInitializeFabric } from '.. /init' ;
5
+ import GestureHandlerRootViewContext from '.. /GestureHandlerRootViewContext' ;
6
6
7
7
export interface GestureHandlerRootViewProps
8
8
extends PropsWithChildren < ViewProps > { }
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
2
import { PropsWithChildren } from 'react' ;
3
3
import { View , ViewProps } from 'react-native' ;
4
- import GestureHandlerRootViewContext from './GestureHandlerRootViewContext' ;
4
+ import GestureHandlerRootViewContext from '.. /GestureHandlerRootViewContext' ;
5
5
6
6
export interface GestureHandlerRootViewProps
7
7
extends PropsWithChildren < ViewProps > { }
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import { initialize } from './init';
2
2
3
3
export { Directions } from './Directions' ;
4
4
export { State } from './State' ;
5
- export { default as gestureHandlerRootHOC } from './gestureHandlerRootHOC' ;
6
- export { default as GestureHandlerRootView } from './GestureHandlerRootView' ;
5
+ export { default as gestureHandlerRootHOC } from './components/ gestureHandlerRootHOC' ;
6
+ export { default as GestureHandlerRootView } from './components/ GestureHandlerRootView' ;
7
7
export type {
8
8
// event types
9
9
GestureEvent ,
You can’t perform that action at this time.
0 commit comments