import { StripeProvider } from '@stripe/stripe-react-native'; import CheckoutScreen from './CheckoutScreen'; import React from 'react'; export default function App() { const stripePK = "pk_test_51SKwERQq66qTCnSLfpU75kBYasSolAbCKhA64jLG3r3q3XX4cCuJtv5M69juxlLE4Ptz0yp1fo8tSbxGFVMPecBv00AubYeo2l" return ( ); }