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
18121b3a
Commit
18121b3a
authored
Aug 13, 2020
by
Fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tampilan iphone x
parent
5ea1484a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Account.js
view/Account.js
+4
-0
No files found.
view/Account.js
View file @
18121b3a
...
@@ -13,6 +13,7 @@ import NumberFormat from 'react-number-format';
...
@@ -13,6 +13,7 @@ import NumberFormat from 'react-number-format';
import
{
connect
}
from
'react-redux'
;
import
{
connect
}
from
'react-redux'
;
import
requestParams
from
'../helper/requestParams'
;
import
requestParams
from
'../helper/requestParams'
;
import
ActionType
from
'../redux/globalActionType'
;
import
ActionType
from
'../redux/globalActionType'
;
import
CustomIosStatusBar
from
'./CustomIosStatusBar'
;
class
Account
extends
React
.
Component
{
class
Account
extends
React
.
Component
{
...
@@ -291,6 +292,9 @@ class Account extends React.Component {
...
@@ -291,6 +292,9 @@ class Account extends React.Component {
const
navigation
=
this
.
props
.
navigation
const
navigation
=
this
.
props
.
navigation
return
(
return
(
<
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
container
}
>
{
Platform
.
OS
===
'ios'
?
(
<
CustomIosStatusBar
color
=
'#CFB368'
/>
)
:
null
}
<
ScrollView
style
=
{{
paddingTop
:
StatusBar
.
currentHeight
}}
>
<
ScrollView
style
=
{{
paddingTop
:
StatusBar
.
currentHeight
}}
>
<
View
style
=
{{
flex
:
1
,
height
:
90
}}
>
<
View
style
=
{{
flex
:
1
,
height
:
90
}}
>
...
...
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