stripe-identity-react-native
stripe-identity-react-native copied to clipboard
Android Unexpected error
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",