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
424f3b37
Commit
424f3b37
authored
May 18, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
benerin change password dan update design reward history
parent
699c0721
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
68 additions
and
60 deletions
+68
-60
Auth.js
view/Auth.js
+63
-49
ChangePassword.js
view/ChangePassword.js
+0
-6
RewardHistory.js
view/RewardHistory.js
+5
-5
No files found.
view/Auth.js
View file @
424f3b37
This diff is collapsed.
Click to expand it.
view/ChangePassword.js
View file @
424f3b37
...
@@ -52,8 +52,6 @@ class ChangePassword extends React.Component {
...
@@ -52,8 +52,6 @@ class ChangePassword extends React.Component {
onChangeText
=
{(
old_password
)
=>
this
.
setState
({
old_password
})}
onChangeText
=
{(
old_password
)
=>
this
.
setState
({
old_password
})}
value
=
{
this
.
state
.
old_password
}
value
=
{
this
.
state
.
old_password
}
secureTextEntry
=
{
true
}
secureTextEntry
=
{
true
}
placeholder
=
'******'
placeholderTextColor
=
'gray'
textAlign
=
'center'
/>
textAlign
=
'center'
/>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
...
@@ -66,8 +64,6 @@ class ChangePassword extends React.Component {
...
@@ -66,8 +64,6 @@ class ChangePassword extends React.Component {
onChangeText
=
{(
Password
)
=>
this
.
setState
({
Password
})}
onChangeText
=
{(
Password
)
=>
this
.
setState
({
Password
})}
value
=
{
this
.
state
.
Password
}
value
=
{
this
.
state
.
Password
}
secureTextEntry
=
{
true
}
secureTextEntry
=
{
true
}
placeholder
=
'******'
placeholderTextColor
=
'gray'
textAlign
=
'center'
/>
textAlign
=
'center'
/>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
...
@@ -80,8 +76,6 @@ class ChangePassword extends React.Component {
...
@@ -80,8 +76,6 @@ class ChangePassword extends React.Component {
onChangeText
=
{(
Password_confirmation
)
=>
this
.
setState
({
Password_confirmation
})}
onChangeText
=
{(
Password_confirmation
)
=>
this
.
setState
({
Password_confirmation
})}
value
=
{
this
.
state
.
Password_confirmation
}
value
=
{
this
.
state
.
Password_confirmation
}
secureTextEntry
=
{
true
}
secureTextEntry
=
{
true
}
placeholder
=
'******'
placeholderTextColor
=
'gray'
textAlign
=
'center'
/>
textAlign
=
'center'
/>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
...
...
view/RewardHistory.js
View file @
424f3b37
...
@@ -61,16 +61,16 @@ class RewardHistory extends React.Component {
...
@@ -61,16 +61,16 @@ class RewardHistory extends React.Component {
<
Image
source
=
{{
uri
:
item
.
reward
.
title_image
}}
<
Image
source
=
{{
uri
:
item
.
reward
.
title_image
}}
resizeMethod
=
"resize"
resizeMethod
=
"resize"
resizeMode
=
'cover'
resizeMode
=
'cover'
style
=
{{
height
:
1
5
0
,
width
:
'100%'
}}
/
>
style
=
{{
height
:
1
0
0
,
width
:
'100%'
}}
/
>
<
/View
>
<
/View
>
<
View
style
=
{{
flexDirection
:
'row'
,
justifyContent
:
'space-between'
,
padding
:
10
}}
>
<
View
style
=
{{
flexDirection
:
'row'
,
justifyContent
:
'space-between'
,
padding
:
10
}}
>
<
View
>
<
View
>
<
Text
style
=
{{
fontWeight
:
'bold'
,
textAlign
:
'left
'
}}
>
{
item
.
reward
.
title
}
<
/Text
>
<
Text
style
=
{{
textAlign
:
'left'
,
fontSize
:
12
,
fontFamily
:
'Gotham-Black
'
}}
>
{
item
.
reward
.
title
}
<
/Text
>
<
Text
style
=
{{
textAlign
:
'left'
}}
>
{
item
.
reward
.
subtitle
}
<
/Text
>
<
Text
style
=
{{
textAlign
:
'left'
,
fontSize
:
12
,
fontFamily
:
'Gotham-Light'
}}
>
{
item
.
reward
.
subtitle
}
<
/Text
>
<
/View
>
<
/View
>
<
View
>
<
View
>
<
Text
style
=
{{
textAlign
:
'right'
}}
>
Digunakan
:
<
/Text
>
<
Text
style
=
{{
textAlign
:
'right'
,
fontSize
:
12
,
fontFamily
:
'Gotham-Light'
}}
>
Used
at
<
/Text
>
<
Text
style
=
{{
textAlign
:
'right'
}}
>
{
item
.
used_time
}
<
/Text
>
<
Text
style
=
{{
textAlign
:
'right'
,
fontSize
:
12
,
fontFamily
:
'Gotham-Light'
}}
>
{
item
.
used_time
}
<
/Text
>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
/Card
>
<
/Card
>
...
...
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