-
Notifications
You must be signed in to change notification settings - Fork 526
Map alread consumed - Android native crash (dev & release bundle...) #693
Comments
Hello, |
Same problem with the same configuration ... Do you have any clue ? Thank you !!! |
@cybergrind Are you able to provide a bit of clarity here? I'm getting the same issue and this seems to have been closed without explanation. |
We have the same exact issue. Happens with the latest available release, 9.0.0. Why was this issue closed? |
@cybergrind why did you close this issue? |
Please Reopen this thread as this issue still exits |
still exists with |
It worked after removing |
I have the same issue, really need to uninstall reanimated to fix this 😞 ? |
Closing this ticket, so that new users don't think this project is still active. Stripe does not want you using this, and you will find pain if you do; Please migrate to the official @stripe/stripe-react-native package, for your user's safety, and your developer's sanity! See more: |
The problem
On Android only, when I type a number in the component, I have the following native crash : Map already consumed
I tried in an empty component, so that's not because of my code. I am using the PaymentCardTextField component without overriding anything.
Environment
tipsi-stripe
version: 8.0.0-beta.10 or8.0.0-beta.11 (tried both)tipsi-stripe
version where the issue was not reproduced (if applicable): N/Acom.google.firebase:firebase-core
version: 17.2.0com.google.android.gms:play-services-base
version: 16.1.0For
Android
, please provide the following sections fromandroid/app/build.gradle
:buildToolsVersion = "29.0.2"
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29
supportLibVersion = "28.0.0"
kotlinVersion = '1.3.61'
Screenshots, GIFs (Must to have)
Code To Reproduce Issue (Good To Have)
Please remember that with sample code it's easier to reproduce the bug and it's much faster to fix it.
const Home = (p: Props) => { return <PaymentCardTextField />; };
The text was updated successfully, but these errors were encountered: