8 lines
143 B
JavaScript
Raw Normal View History

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