mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 22:30:36 +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);
|