updated payment data

This commit is contained in:
Juthatip McDevitt 2024-07-25 21:21:38 -05:00
parent 2c592fa8ef
commit 5257fdedf4

View file

@ -1,6 +1,29 @@
import { View, Text } from 'react-native' import { View, Text } from 'react-native'
import React from 'react' 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 = () => { const Payment = () => {
return ( return (
<View> <View>