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
b8aa1f9b
Commit
b8aa1f9b
authored
Aug 13, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://repo.cs.co.id:2222/wahyu/bahanoprek
parents
2938bc9f
18121b3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
Account.js
view/Account.js
+4
-0
RewardsList.js
view/RewardsList.js
+5
-1
No files found.
view/Account.js
View file @
b8aa1f9b
...
...
@@ -13,6 +13,7 @@ import NumberFormat from 'react-number-format';
import
{
connect
}
from
'react-redux'
;
import
requestParams
from
'../helper/requestParams'
;
import
ActionType
from
'../redux/globalActionType'
;
import
CustomIosStatusBar
from
'./CustomIosStatusBar'
;
class
Account
extends
React
.
Component
{
...
...
@@ -291,6 +292,9 @@ class Account extends React.Component {
const
navigation
=
this
.
props
.
navigation
return
(
<
View
style
=
{
styles
.
container
}
>
{
Platform
.
OS
===
'ios'
?
(
<
CustomIosStatusBar
color
=
'#CFB368'
/>
)
:
null
}
<
ScrollView
style
=
{{
paddingTop
:
StatusBar
.
currentHeight
}}
>
<
View
style
=
{{
flex
:
1
,
height
:
90
}}
>
...
...
view/RewardsList.js
View file @
b8aa1f9b
...
...
@@ -76,7 +76,11 @@ class RewardsList extends React.Component {
try
{
return
(
<
View
style
=
{
styles
.
container
}
>
<
StatusBar
backgroundColor
=
'#CFB368'
/>
{
Platform
.
OS
===
'ios'
?
(
<
CustomIosStatusBar
color
=
'#CFB368'
/>
)
:
(
<
StatusBar
backgroundColor
=
'#CFB368'
/>
)}
<
View
style
=
{
styles
.
header
}
>
<
Text
style
=
{{
color
:
'white'
,
textAlign
:
'center'
,
fontSize
:
20
,
fontFamily
:
'Gotham-Black'
}}
>
{
i18n
.
t
(
'titlerewardhistory'
)}
<
/Text
>
<
/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