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