Update mobile login page
This commit is contained in:
12
mobile/src/app.js
Normal file
12
mobile/src/app.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Platform } from 'react-native'
|
||||
import { Navigation } from 'react-native-navigation'
|
||||
import { registerScreens } from './screens'
|
||||
|
||||
registerScreens()
|
||||
|
||||
Navigation.startSingleScreenApp({
|
||||
screen: {
|
||||
screen: 'app.Home',
|
||||
title: 'Home',
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user