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
3aa40d6f
Commit
3aa40d6f
authored
Aug 27, 2020
by
William Goszal
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix gambar kartu peyang
parent
21d69af5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
Account.js
view/Account.js
+7
-3
No files found.
view/Account.js
View file @
3aa40d6f
...
@@ -443,10 +443,14 @@ class Account extends React.Component {
...
@@ -443,10 +443,14 @@ class Account extends React.Component {
<
/TouchableOpacity
>
<
/TouchableOpacity
>
{
/* Member Card */
}
{
/* Member Card */
}
<
View
style
=
{{
padding
:
10
,
height
:
250
,
top
:
10
,
marginBottom
:
20
,
margin
:
10
}}
>
<
View
style
=
{{
marginVertical
:
30
,
marginHorizontal
:
20
}}
>
<
ImageBackground
style
=
{{
width
:
'100%'
,
height
:
'100%'
,
padding
:
0
,
margin
:
0
}}
resizeMode
=
'stretch'
source
=
{
this
.
state
.
img_card
?
{
uri
:
this
.
state
.
img_card
}
:
null
}
>
<
ImageBackground
style
=
{{
width
:
350
,
height
:
210
}}
resizeMode
=
'stretch'
source
=
{
this
.
state
.
img_card
?
{
uri
:
this
.
state
.
img_card
}
:
null
}
>
<
View
style
=
{{
justifyContent
:
'center'
}}
>
<
View
style
=
{{
justifyContent
:
'center'
}}
>
<
Text
style
=
{{
fontFamily
:
'Gotham-Black'
,
margin
:
15
,
fontSize
:
14
,
color
:
'#c9af6d'
,
top
:
170
}}
>
<
Text
style
=
{{
fontFamily
:
'Gotham-Black'
,
fontSize
:
20
,
color
:
'#c9af6d'
,
top
:
160
,
left
:
30
}}
>
{
this
.
state
.
card_number
}
{
this
.
state
.
card_number
}
<
/Text
>
<
/Text
>
<
/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