Files
react-navigation/examples/NavigationPlayground/App.js
2018-10-11 12:48:47 -07:00

11 lines
247 B
JavaScript

import { Platform } from 'react-native';
import { useScreens } from 'react-native-screens';
// Uncomment this to use react-native-screens
// if (Platform.OS === 'android') {
// useScreens();
// }
import App from './js/App';
export default App;