mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 17:31:06 +08:00
5 lines
148 B
JavaScript
5 lines
148 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import App from './src/index.tsx';
|
|
|
|
AppRegistry.registerComponent('ReactNavigationExample', () => App);
|