Files
react-navigation/packages/react-navigation/examples/LinkingExample/index.ios.js
2017-01-26 11:49:39 -08:00

7 lines
133 B
JavaScript

import {
AppRegistry,
} from 'react-native';
import App from './App';
AppRegistry.registerComponent('LinkingExample', () => App);