Skip to content

Instantly share code, notes, and snippets.

@Ppang0405
Created September 29, 2025 16:13
Show Gist options
  • Select an option

  • Save Ppang0405/21f859aa937a021a31d4ee917ae3de0f to your computer and use it in GitHub Desktop.

Select an option

Save Ppang0405/21f859aa937a021a31d4ee917ae3de0f to your computer and use it in GitHub Desktop.
App.tsx
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