stripe / stripe-react-native

React Native library for Stripe.
https://stripe.dev/stripe-react-native
MIT License
1.29k stars 263 forks source link

For android stripe is not working with new architecture enabled. #1774

Open amanrathore18 opened 1 week ago

amanrathore18 commented 1 week ago

Describe the bug

I'm using CardField imported from react-native. Any of there is not triggering onCardChange, onFocus, onBlur. Please note when I'm setting newArchEnabled=false in my project then it it working but I wanna go with newArchEnabled=true it's compulsory.

Expected behavior All events should work with newArchEnabled=true

Smartphone:

angelica-snowit commented 6 days ago

Can I ask you to try what happens when a 3ds secure screen appears with RN 0.76? In my case (new architecture enabled or not, no difference), I got the app freezed on iOS.

sajorahasan commented 16 hours ago

Same here, my app is crashing on iOS with newArch enabled. I am using latest expo version 52.0.11 and stripe latest version 0.40.0 Please take a look at below screenshot, app is crashing onBlur function

Screenshot 2024-11-25 at 10 52 00 PM