import { createAppContainer } from 'react-navigation'; import { Tabs } from './router.js'; const App = createAppContainer(Tabs); export default App;