Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
new_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
new_excelso
Commits
66a9bd3a
Commit
66a9bd3a
authored
Jun 17, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gambar, nama, view profile bisa di klik
parent
7a76015d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
Account.js
view/Account.js
+15
-10
No files found.
view/Account.js
View file @
66a9bd3a
...
@@ -205,23 +205,28 @@ class Account extends React.Component {
...
@@ -205,23 +205,28 @@ class Account extends React.Component {
return
(
return
(
<
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
container
}
>
<
ScrollView
>
<
ScrollView
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Profile'
)}
>
<
View
style
=
{{
flex
:
1
,
height
:
90
}}
>
<
View
style
=
{{
flex
:
1
,
height
:
90
}}
>
<
View
style
=
{{
alignSelf
:
'center'
}}
>
<
View
style
=
{{
alignSelf
:
'center'
}}
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Profile'
)}
>
<
Image
<
Image
style
=
{{
height
:
70
,
width
:
70
,
justifyContent
:
'center'
,
top
:
20
}}
style
=
{{
height
:
70
,
width
:
70
,
justifyContent
:
'center'
,
top
:
20
}}
source
=
{
require
(
'../assets/images/people-actv.png'
)}
source
=
{
require
(
'../assets/images/people-actv.png'
)}
/
>
/
>
<
/TouchableOpacity
>
<
/View
>
<
/View
>
<
View
style
=
{{
height
:
90
,
justifyContent
:
'center'
}}
>
<
View
style
=
{{
height
:
90
,
justifyContent
:
'center'
}}
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Profile'
)}
>
<
Text
style
=
{{
fontFamily
:
'Gotham-Black'
,
color
:
'#CFB368'
,
fontSize
:
20
,
textAlign
:
'center'
}}
>
<
Text
style
=
{{
fontFamily
:
'Gotham-Black'
,
color
:
'#CFB368'
,
fontSize
:
20
,
textAlign
:
'center'
}}
>
{
this
.
state
.
full_name
}
{
this
.
state
.
full_name
}
<
/Text
>
<
/Text
>
<
/TouchableOpacity
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Profile'
)}
>
<
Text
style
=
{{
fontFamily
:
'Gotham-Light'
,
color
:
'#838383'
,
fontSize
:
12
,
textAlign
:
'center'
,
top
:
2
}}
>
{
i18n
.
t
(
'Viewprofil'
)}
<
/Text
>
<
Text
style
=
{{
fontFamily
:
'Gotham-Light'
,
color
:
'#838383'
,
fontSize
:
12
,
textAlign
:
'center'
,
top
:
2
}}
>
{
i18n
.
t
(
'Viewprofil'
)}
<
/Text
>
<
/TouchableOpacity
>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
/TouchableOpacity
>
{
{
this
.
props
.
set_card
===
false
?
(
this
.
props
.
set_card
===
false
?
(
...
@@ -408,7 +413,7 @@ class Account extends React.Component {
...
@@ -408,7 +413,7 @@ class Account extends React.Component {
<
/View
>
<
/View
>
<
/ScrollView
>
<
/ScrollView
>
<
/View
>
<
/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