File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 11import React , { type FunctionComponent } from 'react' ;
22import { GestureHandlerRootView } from 'react-native-gesture-handler' ;
3- // import {DraggableGridExample as DraggableExample} from './pages/DraggableGridExample';
4- import { DraggableStackExample as DraggableExample } from './pages/DraggableStackExample' ;
5- import { DraggableBasicExample } from './pages/DraggableBasicExample' ;
3+ import { DraggableStackExample } from './pages/DraggableStackExample' ;
64import { SafeAreaView , StyleSheet } from 'react-native' ;
75import { configureReanimatedLogger } from 'react-native-reanimated' ;
8- import HomeScreen from './pages/OtherExample' ;
96
107// This is the default configuration
118configureReanimatedLogger ( {
@@ -17,9 +14,7 @@ export const App: FunctionComponent = () => {
1714 return (
1815 < SafeAreaView style = { styles . container } >
1916 < GestureHandlerRootView >
20- { /* <DraggableBasicExample /> */ }
21- { /* <DraggableGridExample /> */ }
22- < HomeScreen />
17+ < DraggableStackExample />
2318 </ GestureHandlerRootView >
2419 </ SafeAreaView >
2520 ) ;
You can’t perform that action at this time.
0 commit comments