Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Map alread consumed - Android native crash (dev & release bundle...) #693

Closed
JB-CHAUVIN opened this issue Oct 22, 2020 · 10 comments
Closed
Labels

Comments

@JB-CHAUVIN
Copy link

The problem

On Android only, when I type a number in the component, I have the following native crash : Map already consumed
image
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)
  • Last tipsi-stripe version where the issue was not reproduced (if applicable): N/A
  • iOS or Android: Any Android version
  • React-Native version: 0.63.3
  • (Android only) com.google.firebase:firebase-core version: 17.2.0
  • (Android only) com.google.android.gms:play-services-base version: 16.1.0

For Android, please provide the following sections from android/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)

ezgif-3-1f041fc3b0ad

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 />; };

@flobady
Copy link

flobady commented Oct 22, 2020

Hello,
I have the exact same problem. Can you please guys help?
Thank you very much

@Ghya
Copy link

Ghya commented Oct 22, 2020

Same problem with the same configuration ... Do you have any clue ? Thank you !!!

@kyle-ssg
Copy link

kyle-ssg commented Mar 14, 2021

@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.

@pehagg
Copy link

pehagg commented May 19, 2021

We have the same exact issue. Happens with the latest available release, 9.0.0. Why was this issue closed?

@swain
Copy link

swain commented Aug 17, 2021

@cybergrind why did you close this issue?

@Aayush19
Copy link

Please Reopen this thread as this issue still exits

@muja555
Copy link

muja555 commented Oct 15, 2021

still exists with "tipsi-stripe": "^9.1.4",

@cybergrind cybergrind reopened this Oct 15, 2021
@muja555
Copy link

muja555 commented Oct 16, 2021

It worked after removing react-native-reanimated 🎉

@iKronyck
Copy link

iKronyck commented Mar 2, 2022

I have the same issue, really need to uninstall reanimated to fix this 😞 ?

@fbartho
Copy link
Collaborator

fbartho commented Jun 20, 2023

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:

@fbartho fbartho closed this as completed Jun 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests