Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
new_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
new_excelso
Commits
148c5926
Commit
148c5926
authored
Jun 16, 2020
by
Wahyu Adjie Prasetyo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://repo.cs.co.id:2222/wahyu/bahanoprek
parents
ecba52db
75aab192
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
46 deletions
+7
-46
Auth.js
view/Auth.js
+3
-39
UpdateVersion.js
view/UpdateVersion.js
+4
-7
No files found.
view/Auth.js
View file @
148c5926
...
@@ -239,19 +239,7 @@ class Auth extends React.Component {
...
@@ -239,19 +239,7 @@ class Auth extends React.Component {
},
title
:
'PROFILE'
},
title
:
'PROFILE'
}}
/
>
}}
/
>
<
Stack
.
Screen
name
=
"UpdateVersion"
component
=
{
UpdateVersion
}
<
Stack
.
Screen
name
=
"UpdateVersion"
component
=
{
UpdateVersion
}
options
=
{{
options
=
{{
headerShown
:
false
}}
headerStyle
:
{
backgroundColor
:
'#CFB368'
},
headerTitleContainerStyle
:
{
alignContent
:
'center'
},
headerTitleAlign
:
'center'
,
headerTintColor
:
'#fff'
,
headerTitleStyle
:
{
alignSelf
:
'center'
,
fontFamily
:
'Gotham-Black'
,
fontSize
:
20
,
color
:
'white'
,
textAlign
:
'center'
},
title
:
'UPDATE VERSION'
}}
/
>
/
>
<
Stack
.
Screen
name
=
"Change Profil"
component
=
{
ChangeProfile
}
options
=
{{
<
Stack
.
Screen
name
=
"Change Profil"
component
=
{
ChangeProfile
}
options
=
{{
headerStyle
:
{
backgroundColor
:
'#CFB368'
},
headerStyle
:
{
backgroundColor
:
'#CFB368'
},
...
@@ -304,19 +292,7 @@ class Auth extends React.Component {
...
@@ -304,19 +292,7 @@ class Auth extends React.Component {
}}
/
>
}}
/
>
<
Stack
.
Screen
name
=
"Home"
component
=
{
Home
}
options
=
{{
headerShown
:
false
}}
/
>
<
Stack
.
Screen
name
=
"Home"
component
=
{
Home
}
options
=
{{
headerShown
:
false
}}
/
>
<
Stack
.
Screen
name
=
"UpdateVersion"
component
=
{
UpdateVersion
}
<
Stack
.
Screen
name
=
"UpdateVersion"
component
=
{
UpdateVersion
}
options
=
{{
options
=
{{
headerShown
:
false
}}
headerStyle
:
{
backgroundColor
:
'#CFB368'
},
headerTitleContainerStyle
:
{
alignContent
:
'center'
},
headerTitleAlign
:
'center'
,
headerTintColor
:
'#fff'
,
headerTitleStyle
:
{
alignSelf
:
'center'
,
fontFamily
:
'Gotham-Black'
,
fontSize
:
20
,
color
:
'white'
,
textAlign
:
'center'
},
title
:
'UPDATE VERSION'
}}
/
>
/
>
<
/
>
<
/
>
)
:
(
)
:
(
...
@@ -569,19 +545,7 @@ class Auth extends React.Component {
...
@@ -569,19 +545,7 @@ class Auth extends React.Component {
/
>
/
>
<
Stack
.
Screen
name
=
"UpdateVersion"
component
=
{
UpdateVersion
}
<
Stack
.
Screen
name
=
"UpdateVersion"
component
=
{
UpdateVersion
}
options
=
{{
options
=
{{
headerShown
:
false
}}
headerStyle
:
{
backgroundColor
:
'#CFB368'
},
headerTitleContainerStyle
:
{
alignContent
:
'center'
},
headerTitleAlign
:
'center'
,
headerTintColor
:
'#fff'
,
headerTitleStyle
:
{
alignSelf
:
'center'
,
fontFamily
:
'Gotham-Black'
,
fontSize
:
20
,
color
:
'white'
,
textAlign
:
'center'
},
title
:
'UPDATE VERSION'
}}
/
>
/
>
<
Stack
.
Screen
name
=
"UseBalance"
component
=
{
UseBalance
}
<
Stack
.
Screen
name
=
"UseBalance"
component
=
{
UseBalance
}
options
=
{{
options
=
{{
...
...
view/UpdateVersion.js
View file @
148c5926
...
@@ -20,13 +20,10 @@ export default class UpdateVersion extends React.Component {
...
@@ -20,13 +20,10 @@ export default class UpdateVersion extends React.Component {
render
()
{
render
()
{
return
(
return
(
<
View
style
=
{
styles
.
container
}
>
<
View
style
=
{{
justifyContent
:
'center'
,
alignItems
:
'center'
,
flex
:
1
,
backgroundColor
:
'white'
}}
>
<
ScrollView
>
<
View
style
=
{
styles
.
content
}
>
<
Text
>
Mohon
update
aplikasi
terlebih
dahulu
<
/Text
>
<
View
>
<
/View
>
<
/View
>
<
/ScrollView
>
<
/View
>
<
/View
>
)
)
}
}
...
...
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