mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
import 'react-native-gesture-handler';
|
|
import { registerRootComponent } from 'expo';
|
|
|
|
import App from './src/index';
|
|
|
|
registerRootComponent(App);
|