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
70be6528
Commit
70be6528
authored
May 18, 2020
by
Afid
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://repo.cs.co.id:2222/wahyu/bahanoprek
parents
cf7ca4f9
93e94724
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
121 additions
and
40 deletions
+121
-40
english-flag.png
assets/images/english-flag.png
+0
-0
indonesia-flag.png
assets/images/indonesia-flag.png
+0
-0
Auth.js
view/Auth.js
+15
-1
ChangeLanguage.js
view/ChangeLanguage.js
+104
-39
Home.js
view/Home.js
+2
-0
No files found.
assets/images/english-flag.png
0 → 100644
View file @
70be6528
13.1 KB
assets/images/indonesia-flag.png
0 → 100644
View file @
70be6528
1.63 KB
view/Auth.js
View file @
70be6528
...
@@ -233,7 +233,21 @@ class Auth extends React.Component {
...
@@ -233,7 +233,21 @@ class Auth extends React.Component {
},
title
:
'PROFIL'
},
title
:
'PROFIL'
}}
/
>
}}
/
>
<
Stack
.
Screen
name
=
"Change Profil"
component
=
{
ChangeProfile
}
/
>
<
Stack
.
Screen
name
=
"Change Profil"
component
=
{
ChangeProfile
}
/
>
<
Stack
.
Screen
name
=
"Change language"
component
=
{
ChangeLanguage
}
/
>
<
Stack
.
Screen
name
=
"Change language"
component
=
{
ChangeLanguage
}
options
=
{{
headerStyle
:
{
backgroundColor
:
'#CFB368'
},
headerTitleContainerStyle
:
{
alignContent
:
'center'
},
headerTitleAlign
:
'center'
,
headerTintColor
:
'#fff'
,
headerTitleStyle
:
{
alignSelf
:
'center'
,
fontFamily
:
'Gotham-Black'
,
fontSize
:
18
,
color
:
'white'
,
textAlign
:
'center'
},
title
:
'LANGUAGE'
}}
/
>
<
Stack
.
Screen
name
=
"Change password"
component
=
{
ChangePassword
}
options
=
{{
<
Stack
.
Screen
name
=
"Change password"
component
=
{
ChangePassword
}
options
=
{{
headerStyle
:
{
backgroundColor
:
'#CFB368'
},
headerStyle
:
{
backgroundColor
:
'#CFB368'
},
headerTitleContainerStyle
:
{
alignContent
:
'center'
},
headerTitleContainerStyle
:
{
alignContent
:
'center'
},
...
...
view/ChangeLanguage.js
View file @
70be6528
This diff is collapsed.
Click to expand it.
view/Home.js
View file @
70be6528
...
@@ -205,6 +205,7 @@ class Home extends React.Component {
...
@@ -205,6 +205,7 @@ class Home extends React.Component {
render
()
{
render
()
{
console
.
log
(
this
.
state
.
images
)
return
(
return
(
<
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
container
}
>
<
ScrollView
>
<
ScrollView
>
...
@@ -224,6 +225,7 @@ class Home extends React.Component {
...
@@ -224,6 +225,7 @@ class Home extends React.Component {
<
View
style
=
{{
backgroundColor
:
'red'
}}
>
<
View
style
=
{{
backgroundColor
:
'red'
}}
>
<
SliderBox
<
SliderBox
images
=
{
this
.
state
.
images
}
images
=
{
this
.
state
.
images
}
onCurrentImagePressed
=
{
index
=>
console
.
log
(
`image
${
index
}
pressed`
)}
autoplay
autoplay
circleLoop
circleLoop
dotColor
=
'black'
dotColor
=
'black'
...
...
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