Created
September 29, 2025 16:13
-
-
Save Ppang0405/21f859aa937a021a31d4ee917ae3de0f to your computer and use it in GitHub Desktop.
App.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'react-native-gesture-handler'; | |
| import {GestureHandlerRootView} from 'react-native-gesture-handler'; | |
| export default function App() { | |
| return ( | |
| <GestureHandlerRootView> | |
| <ActualApp /> | |
| </GestureHandlerRootView> | |
| ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment