question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

The problem

On Android only, when I type a number in the <PaymentCardTextField /> 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 />; };

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:4
  • Comments:9

github_iconTop GitHub Comments

1reaction
pehaggcommented, May 19, 2021

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

0reactions
iKronyckcommented, Mar 2, 2022

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

ObjectAlreadyConsumedExcepti...
I get Receiving map already consumed error and I couldn't overcome that issue. I've been developing a Native Module to use in my...
Read more >
Deobfuscate or symbolicate crash stack traces - Google Support
Crashes and ANRs on Android produce a stack trace, which is a snapshot of the sequence of nested functions called in your program...
Read more >
Crashes - Android Developers
An Android app crashes whenever there's an unexpected exit caused by an unhandled exception or signal. An app that is written using Java...
Read more >
Firebase Android SDK Release Notes - Google
Crashlytics will now report native crashes when used as a dependency of a ... InternalArtifactType$BUNDLE ) that occurred when using the Android Gradle ......
Read more >
React Native Crash Reporting and Error Tracking
npx react-native bundle \ --dev false \ --platform ios \ --entry-file ... Manually uploading your source maps on every release build takes time...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found