Files
react-navigation/example/App.tsx
2020-01-10 13:12:32 +01:00

7 lines
146 B
TypeScript

import 'react-native-gesture-handler';
import { registerRootComponent } from 'expo';
import App from './src/index';
registerRootComponent(App);