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
3c4bc38f
Commit
3c4bc38f
authored
Jul 02, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update build 106
parent
23922c05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app.json
app.json
+1
-1
Account.js
view/Account.js
+2
-2
No files found.
app.json
View file @
3c4bc38f
{
{
"expo"
:
{
"expo"
:
{
"extra"
:
{
"extra"
:
{
"buildNumber"
:
"10
4
"
,
"buildNumber"
:
"10
6
"
,
"remarks"
:
""
"remarks"
:
""
},
},
...
...
view/Account.js
View file @
3c4bc38f
...
@@ -332,7 +332,7 @@ class Account extends React.Component {
...
@@ -332,7 +332,7 @@ class Account extends React.Component {
<
/View
>
<
/View
>
<
View
style
=
{{
paddingHorizontal
:
10
}}
>
<
View
style
=
{{
paddingHorizontal
:
10
}}
>
<
Text
style
=
{{
textAlign
:
"center"
,
fontSize
:
30
,
color
:
'#c9af6d'
,
fontFamily
:
'Gotham-Black'
}}
>
<
Text
style
=
{{
textAlign
:
"center"
,
fontSize
:
30
,
color
:
'#c9af6d'
,
fontFamily
:
'Gotham-Black'
}}
>
{
this
.
state
.
account
_number
}
{
this
.
state
.
card
_number
}
<
/Text
>
<
/Text
>
<
/View
>
<
/View
>
<
View
style
=
{
styles
.
line
}
><
/View
>
<
View
style
=
{
styles
.
line
}
><
/View
>
...
@@ -395,7 +395,7 @@ class Account extends React.Component {
...
@@ -395,7 +395,7 @@ class Account extends React.Component {
<
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
:
'100%'
,
height
:
'100%'
,
padding
:
0
,
margin
:
0
}}
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
:
120
}}
>
<
Text
style
=
{{
fontFamily
:
'Gotham-Black'
,
margin
:
15
,
fontSize
:
14
,
color
:
'#c9af6d'
,
top
:
120
}}
>
{
this
.
state
.
account
_number
}
{
this
.
state
.
card
_number
}
<
/Text
>
<
/Text
>
<
/View
>
<
/View
>
<
/ImageBackground
>
<
/ImageBackground
>
...
...
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