Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
clone_excelso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Prasetya Saputra
clone_excelso
Commits
4f846ed8
Commit
4f846ed8
authored
May 18, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://repo.cs.co.id:2222/wahyu/bahanoprek
parents
b156249c
f308f27c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
Auth.js
view/Auth.js
+1
-1
Login.js
view/Login.js
+1
-1
WelcomeLog.js
view/WelcomeLog.js
+0
-6
No files found.
view/Auth.js
View file @
4f846ed8
...
@@ -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
}
/
>
...
...
view/Login.js
View file @
4f846ed8
...
@@ -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'
},
},
},
],
],
...
...
view/WelcomeLog.js
View file @
4f846ed8
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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment