Map alread consumed - Android native crash (dev & release bundle...)
See original GitHub issueThe problem
On Android only, when I type a number in the <PaymentCardTextField /> 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)- 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)
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:
- Created 3 years ago
- Reactions:4
- Comments:9
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We have the same exact issue. Happens with the latest available release, 9.0.0. Why was this issue closed?
I have the same issue, really need to uninstall reanimated to fix this 😞 ?