mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
import {
|
|
AppRegistry,
|
|
} from 'react-native';
|
|
import App from './App';
|
|
|
|
AppRegistry.registerComponent('LinkingExample', () => App);
|