stripe-identity-react-native icon indicating copy to clipboard operation
stripe-identity-react-native copied to clipboard

Android Unexpected error

Open Dakota-Peel opened this issue 5 months ago • 2 comments

This is the relevant package versions im using for react-native and stripe libs. on Android im currently getting an unexpected error when clicking proceed with user experience.

it seems to work fine on ios though.

I did have to play around with different versions as well as the kotlin version fixes and a android sdk version bump in th egradle.properties to align it wit the stripe-react-native version just to get it to build and not crash. I'm am getting no errors in log cat.

    "@stripe/stripe-identity-react-native": "0.3.8",
    "@stripe/stripe-react-native": "0.48.0",
    "react": "18.3.1",
    "react-native": "0.76.9",
Image Image Image

Dakota-Peel avatar Jul 18 '25 21:07 Dakota-Peel