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
87d5cd48
Commit
87d5cd48
authored
May 29, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tambah modal
parent
c5e4746d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
Account.js
view/Account.js
+1
-1
UseBalance.js
view/UseBalance.js
+18
-1
No files found.
view/Account.js
View file @
87d5cd48
...
@@ -289,7 +289,7 @@ class Account extends React.Component {
...
@@ -289,7 +289,7 @@ class Account extends React.Component {
<
/Card
>
<
/Card
>
<
/TouchableOpacity
>
<
/TouchableOpacity
>
<
View
style
=
{{
width
:
5
}}
><
/View
>
<
View
style
=
{{
width
:
5
}}
><
/View
>
<
TouchableOpacity
style
=
{{
marginBottom
:
5
,
margin
:
3
}}
>
<
TouchableOpacity
style
=
{{
marginBottom
:
5
,
margin
:
3
}}
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'UseBalance'
)}
>
<
Card
style
=
{{
height
:
120
,
width
:
155
}}
>
<
Card
style
=
{{
height
:
120
,
width
:
155
}}
>
<
View
style
=
{{
height
:
50
,
alignItems
:
'center'
,
padding
:
10
}}
>
<
View
style
=
{{
height
:
50
,
alignItems
:
'center'
,
padding
:
10
}}
>
<
Image
<
Image
...
...
view/UseBalance.js
View file @
87d5cd48
...
@@ -98,7 +98,7 @@ class UseBalance extends React.Component {
...
@@ -98,7 +98,7 @@ class UseBalance extends React.Component {
}}
>
}}
>
<
View
style
=
{
styles
.
centerViewModal
}
>
<
View
style
=
{
styles
.
centerViewModal
}
>
<
View
style
=
{
styles
.
modalView
}
>
<
View
style
=
{
styles
.
modalView
}
>
<
Text
style
=
{{
fontSize
:
12
,
color
:
'#CFB368'
,
fontFamily
:
'Gotham-Black'
}}
>
Reason
<
/Text
>
<
Text
style
=
{{
fontSize
:
12
,
color
:
'#CFB368'
,
fontFamily
:
'Gotham-Black'
}}
>
PIN
<
/Text
>
<
View
style
=
{{
margin
:
10
}}
>
<
View
style
=
{{
margin
:
10
}}
>
<
TextInput
<
TextInput
style
=
{
styles
.
textInput
}
style
=
{
styles
.
textInput
}
...
@@ -202,6 +202,23 @@ const styles = StyleSheet.create({
...
@@ -202,6 +202,23 @@ const styles = StyleSheet.create({
padding
:
20
,
padding
:
20
,
alignItems
:
"center"
,
alignItems
:
"center"
,
},
},
textInput
:
{
height
:
40
,
width
:
250
,
borderColor
:
'gray'
,
borderWidth
:
1
,
marginHorizontal
:
30
,
borderRadius
:
10
},
button2
:
{
backgroundColor
:
'#CFB368'
,
padding
:
20
,
height
:
40
,
borderRadius
:
10
,
paddingVertical
:
5
,
alignItems
:
'center'
,
justifyContent
:
'center'
},
})
})
const
mapStateToProps
=
(
state
)
=>
{
const
mapStateToProps
=
(
state
)
=>
{
...
...
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