mirror of
https://github.com/zhigang1992/ReactNativeHOCNavigator.git
synced 2026-01-12 22:40:58 +08:00
14 lines
248 B
JavaScript
14 lines
248 B
JavaScript
/**
|
|
* Sample React Native App
|
|
* https://github.com/facebook/react-native
|
|
* @flow
|
|
*/
|
|
|
|
import React from 'react';
|
|
import {
|
|
AppRegistry,
|
|
} from 'react-native';
|
|
import App from './App';
|
|
|
|
AppRegistry.registerComponent('NavigatorApp', () => App);
|