Update mobile login page
This commit is contained in:
8
mobile/src/screens/index.js
Normal file
8
mobile/src/screens/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Home } from './Home'
|
||||
import { Login } from './Login'
|
||||
import { Navigation } from 'react-native-navigation'
|
||||
|
||||
export function registerScreens() {
|
||||
Navigation.registerComponent('app.Home', () => Home)
|
||||
Navigation.registerComponent('app.Login', () => Login)
|
||||
}
|
||||
Reference in New Issue
Block a user