Skip to content

Commit 87fc6d3

Browse files
authored
Fix TwoFingerPan import (#3211)
## Description Currently import for this example misses `./` at the beginning, which breaks MacOSExample. ## Test plan Run examples (especially MacOSExample)
1 parent 79aa1de commit 87fc6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import NestedButtons from './src/release_tests/nestedButtons';
3939
import PointerType from './src/release_tests/pointerType';
4040
import SwipeableReanimation from './src/release_tests/swipeableReanimation';
4141
import NestedGestureHandlerRootViewWithModal from './src/release_tests/nestedGHRootViewWithModal';
42-
import TwoFingerPan from 'src/release_tests/twoFingerPan';
42+
import TwoFingerPan from './src/release_tests/twoFingerPan';
4343
import { PinchableBox } from './src/recipes/scaleAndRotate';
4444
import PanAndScroll from './src/recipes/panAndScroll';
4545
import { BottomSheet } from './src/showcase/bottomSheet';

0 commit comments

Comments
 (0)