You can't use your own UI fields to capture raw card information as passing raw card information to Stripe's API comes with some requirements and requires approval from Support.
I'd recommend reading https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis and reaching out to their Support team if you meet the requirements.
According to docs - CardForm
and CardField
both do support style
parameter. Have you tried using that to customize the look?
https://stripe.dev/stripe-react-native/api-reference/index.html#CardField
https://stripe.dev/stripe-react-native/api-reference/index.html#CardForm