summaryrefslogtreecommitdiff
path: root/App.js
blob: 2c22178f94268921ba0498912cd33d40b3573bfe (about) (plain)
1
2
3
4
5
6
// This is the first file that ReactNative will run when it starts up.
import App from './app/app.tsx'
import { registerRootComponent } from 'expo'

registerRootComponent(App)
export default App