updated payment data
This commit is contained in:
parent
2c592fa8ef
commit
5257fdedf4
1 changed files with 23 additions and 0 deletions
|
@ -1,6 +1,29 @@
|
|||
import { View, Text } from 'react-native'
|
||||
import React from 'react'
|
||||
|
||||
|
||||
const PaymentOption = [
|
||||
{
|
||||
id: 1,
|
||||
name: 'Debit/Credit ',
|
||||
icon: '',
|
||||
iconStatus: true,
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: 'Apple Pay',
|
||||
icon: '',
|
||||
iconStatus: false,
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: 'PayPal',
|
||||
icon: '',
|
||||
iconStatus: false,
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
const Payment = () => {
|
||||
return (
|
||||
<View>
|
||||
|
|
Loading…
Add table
Reference in a new issue