mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 09:21:09 +08:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
import {
|
|
AppRegistry,
|
|
} from 'react-native';
|
|
|
|
import App from './js/App';
|
|
|
|
AppRegistry.registerComponent('NavigationPlayground', () => App);
|