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
d409c480
Commit
d409c480
authored
Nov 05, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ukuran kartu
parent
388af229
Show 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 @
d409c480
{
{
"expo"
:
{
"expo"
:
{
"extra"
:
{
"extra"
:
{
"buildNumber"
:
"17
5
"
,
"buildNumber"
:
"17
6
"
,
"remarks"
:
""
"remarks"
:
""
},
},
...
...
view/Account.js
View file @
d409c480
...
@@ -464,8 +464,8 @@ class Account extends React.Component {
...
@@ -464,8 +464,8 @@ class Account extends React.Component {
<
/TouchableOpacity
>
<
/TouchableOpacity
>
{
/* Member Card */
}
{
/* Member Card */
}
<
View
style
=
{{
marginVertical
:
30
,
marginHorizontal
:
20
}}
>
<
View
style
=
{{
marginVertical
:
30
,
marginHorizontal
:
20
,
alignItems
:
'center'
}}
>
<
ImageBackground
style
=
{{
width
:
'100%'
,
height
:
210
}}
<
ImageBackground
style
=
{{
width
:
350
,
height
:
210
}}
resizeMode
=
'stretch'
source
=
{
this
.
state
.
img_card
?
{
uri
:
this
.
state
.
img_card
}
:
null
}
>
resizeMode
=
'stretch'
source
=
{
this
.
state
.
img_card
?
{
uri
:
this
.
state
.
img_card
}
:
null
}
>
<
View
style
=
{{
justifyContent
:
'center'
}}
>
<
View
style
=
{{
justifyContent
:
'center'
}}
>
<
Text
style
=
{{
<
Text
style
=
{{
...
...
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