mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-02 09:18:38 +08:00
5 lines
132 B
JavaScript
5 lines
132 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import App from './App.tsx';
|
|
|
|
AppRegistry.registerComponent('StackExample', () => App);
|