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
21741cdc
Commit
21741cdc
authored
Aug 13, 2020
by
Fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tampilan iphone x
parent
c7c8e92a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
InboxDetail.js
view/InboxDetail.js
+6
-0
No files found.
view/InboxDetail.js
View file @
21741cdc
...
@@ -9,6 +9,7 @@ import i18n from 'i18n-js';
...
@@ -9,6 +9,7 @@ import i18n from 'i18n-js';
import
{
FontAwesome
,
AntDesign
}
from
'@expo/vector-icons'
;
import
{
FontAwesome
,
AntDesign
}
from
'@expo/vector-icons'
;
import
Toast
from
'react-native-tiny-toast'
;
import
Toast
from
'react-native-tiny-toast'
;
import
requestParams
from
'../helper/requestParams'
;
import
requestParams
from
'../helper/requestParams'
;
import
CustomIosStatusBar
from
'./CustomIosStatusBar'
;
class
InboxDetail
extends
React
.
Component
{
class
InboxDetail
extends
React
.
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
...
@@ -116,6 +117,11 @@ class InboxDetail extends React.Component {
...
@@ -116,6 +117,11 @@ class InboxDetail extends React.Component {
render
()
{
render
()
{
return
(
return
(
<
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
container
}
>
{
Platform
.
OS
===
'ios'
?
(
<
CustomIosStatusBar
color
=
'#CFB368'
/>
)
:
(
<
StatusBar
backgroundColor
=
'#CFB368'
/>
)}
<
View
style
=
{
styles
.
header
}
>
<
View
style
=
{
styles
.
header
}
>
<
View
style
=
{{
padding
:
15
,
flex
:
0.1
,
alignItems
:
'flex-start'
}}
>
<
View
style
=
{{
padding
:
15
,
flex
:
0.1
,
alignItems
:
'flex-start'
}}
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Inbox List'
)}
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Inbox List'
)}
>
...
...
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