Commit 4f846ed8 authored by Trisno's avatar Trisno
parents b156249c f308f27c
...@@ -145,7 +145,7 @@ class Auth extends React.Component { ...@@ -145,7 +145,7 @@ class Auth extends React.Component {
<> <>
<Stack.Screen name="Login" component={Login} options={{ headerShown: false }} /> <Stack.Screen name="Login" component={Login} options={{ headerShown: false }} />
<Stack.Screen name="LoginWelcome" component={WelcomeLog} options={{ <Stack.Screen name="Login Welcome" component={WelcomeLog} options={{
headerShown: false, headerShown: false,
}} /> }} />
<Stack.Screen name="Home" component={Home} /> <Stack.Screen name="Home" component={Home} />
......
...@@ -138,7 +138,7 @@ class Login extends React.Component { ...@@ -138,7 +138,7 @@ class Login extends React.Component {
index: 0, index: 0,
routes: [ routes: [
{ {
name: 'Welcome log', name: 'Home',
params: { someParam: 'Param1' }, params: { someParam: 'Param1' },
}, },
], ],
......
import * as React from 'react'; import * as React from 'react';
import { Button, View, Text, TextInput, StyleSheet, Alert, Platform, Image, TouchableOpacity, StatusBar, ImageBackground, ScrollView } from 'react-native'; import { Button, View, Text, TextInput, StyleSheet, Alert, Platform, Image, TouchableOpacity, StatusBar, ImageBackground, ScrollView } from 'react-native';
import Axios from 'axios';
import Constants from 'expo-constants';
import { connect } from 'react-redux';
import ActionType from '../redux/globalActionType';
import { BASE_URL_LOGIN } from '../model/Base_Model';
import { Notifications } from 'expo';
import Spinner from 'react-native-loading-spinner-overlay'; import Spinner from 'react-native-loading-spinner-overlay';
export default class WelcomeLog extends React.Component { export default class WelcomeLog extends React.Component {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment