mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-31 22:43:19 +08:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
import {
|
|
AppRegistry,
|
|
} from 'react-native';
|
|
import App from './App';
|
|
|
|
AppRegistry.registerComponent('LinkingExample', () => App);
|