v1.16.x causes Android crash with stripe-react-native CardField component #807
Labels
🤖 android
Android specific
🎯 crash
Library triggers a crash of the app
repro provided
Issue contains reproduction repository/code
Describe the bug
I've noticed this issue on the latest
stripe-react-native
version (v0.41.0) andreact native 0.74.7
for the CardField component.When I upgraded
react-native-keyboard-controller
from1.15.2
to1.16.x
, my Android app started crashing.To resolve the issue, I had to downgrade react-native-keyboard-controller back to
1.15.2
, which made it work again.Crash info
To Reproduce
The crash occurs when entering the expiration date—specifically, when inputting the year, an out-of-bounds error is triggered.
I think the issue is related to
react-native-keyboard-controller
commit: 241d157.Additional context
Related issue in Stripe Android: stripe/stripe-android#9834
The text was updated successfully, but these errors were encountered: