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
c3ed4ed1
Commit
c3ed4ed1
authored
Jul 03, 2020
by
Fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
balikin experience pakai expo atau apk berbeda
parent
6741b858
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Account.js
view/Account.js
+1
-1
MenuSelection.js
view/MenuSelection.js
+1
-1
No files found.
view/Account.js
View file @
c3ed4ed1
...
@@ -254,7 +254,7 @@ class Account extends React.Component {
...
@@ -254,7 +254,7 @@ class Account extends React.Component {
return
(
return
(
<
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
container
}
>
{
Platform
.
OS
===
'ios'
&&
<
CustomIosStatusBar
color
=
'#CFB368'
/>
}
{
Platform
.
OS
===
'ios'
&&
<
CustomIosStatusBar
color
=
'#CFB368'
/>
}
<
ScrollView
>
<
ScrollView
style
=
{{
paddingTop
:
StatusBar
.
currentHeight
}}
>
<
View
style
=
{{
flex
:
1
,
height
:
90
}}
>
<
View
style
=
{{
flex
:
1
,
height
:
90
}}
>
<
View
style
=
{{
alignSelf
:
'center'
}}
>
<
View
style
=
{{
alignSelf
:
'center'
}}
>
...
...
view/MenuSelection.js
View file @
c3ed4ed1
...
@@ -308,7 +308,7 @@ class MenuSelection extends React.Component {
...
@@ -308,7 +308,7 @@ class MenuSelection extends React.Component {
)
:
(
)
:
(
<
StatusBar
backgroundColor
=
'#CFB368'
/>
<
StatusBar
backgroundColor
=
'#CFB368'
/>
)}
)}
<
View
style
=
{{
flex
:
0.5
,
height
:
50
,
flexDirection
:
'row'
,
paddingTop
:
14
}}
>
<
View
style
=
{{
flex
:
0.5
,
height
:
50
,
flexDirection
:
'row'
,
paddingTop
:
StatusBar
.
currentHeight
}}
>
<
FlatList
horizontal
=
{
true
}
style
=
{{
flexDirection
:
'row'
}}
<
FlatList
horizontal
=
{
true
}
style
=
{{
flexDirection
:
'row'
}}
showsHorizontalScrollIndicator
=
{
false
}
showsHorizontalScrollIndicator
=
{
false
}
data
=
{
this
.
state
.
listCategory
}
data
=
{
this
.
state
.
listCategory
}
...
...
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