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
ab441d3e
Commit
ab441d3e
authored
Jun 11, 2020
by
Fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing key
parent
b49a1992
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
TopUpInfo.js
view/TopUpInfo.js
+3
-3
No files found.
view/TopUpInfo.js
View file @
ab441d3e
import
Axios
from
'axios'
;
import
Axios
from
'axios'
;
import
React
from
'react'
;
import
React
from
'react'
;
import
{
ScrollView
,
StyleSheet
,
Text
,
View
,
Image
}
from
'react-native'
;
import
{
ScrollView
,
StyleSheet
,
Text
,
View
,
Image
,
StatusBar
}
from
'react-native'
;
import
{
TouchableOpacity
}
from
'react-native-gesture-handler'
;
import
{
TouchableOpacity
}
from
'react-native-gesture-handler'
;
import
HTML
from
'react-native-render-html'
;
import
HTML
from
'react-native-render-html'
;
import
{
Collapse
,
CollapseHeader
,
CollapseBody
,
AccordionList
}
from
'accordion-collapse-react-native'
import
{
Collapse
,
CollapseHeader
,
CollapseBody
,
AccordionList
}
from
'accordion-collapse-react-native'
...
@@ -42,8 +42,8 @@ export default class TopUpInfo extends React.Component {
...
@@ -42,8 +42,8 @@ export default class TopUpInfo extends React.Component {
{
{
this
.
state
.
topup_info
.
map
((
item
,
i
)
=>
{
this
.
state
.
topup_info
.
map
((
item
,
i
)
=>
{
return
(
return
(
<
View
>
<
View
key
=
{
i
}
>
<
View
style
=
{
styles
.
item_container
}
key
=
{
i
}
>
<
View
style
=
{
styles
.
item_container
}
>
<
Collapse
>
<
Collapse
>
<
CollapseHeader
>
<
CollapseHeader
>
<
View
style
=
{{
flexDirection
:
'row'
,
height
:
30
,
margin
:
20
}}
>
<
View
style
=
{{
flexDirection
:
'row'
,
height
:
30
,
margin
:
20
}}
>
...
...
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