Tipsi_react-Native App is crashing
See original GitHub issueThe problem
We have incorporated the tipsi-stripe with react-native, the solution is built without any issues but app is crashing while loading
Environment
tipsi-stripe
version: ^5.6.0- Last
tipsi-stripe
version where the issue was not reproduced (if applicable): - iOS or Android: Android
- OS version: Windows 10 and 7
- React-Native version: 0.55.4
- (Android only)
com.google.firebase:firebase-core
version: - (Android only)
com.google.android.gms:play-services-base
version:
Links to logs and sources
Create a GIST which is a paste of your full logs or sources, and link them here. If you are reporting a bug, always include build or error logs!
For Android
, please provide the following sections from android/app/build.gradle
:
- android.compileSdkVersion 26
- android.buildToolsVersion “26.0.2”
- android.defaultConfig.minSdkVersion 16
- android.defaultConfig.targetSdkVersion 22
- android.defaultConfig.multiDexEnabled (if exists)
Screenshots, GIFs (Must to have)
Just drag-and-drop them to this textarea
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.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Tipsi stripe is not working with iOS and React Native
The tipsi-stripe library is no longer maintained or supported by the developers. You should instead use the official stripe-react-native library following ...
Read more >How To Not Break Your App After Migrating From Tipsi Stripe ...
Learn how to not break your app after migrating from Tipsi Stripe to Stripe React Native in the fourth part of teh Tipsi...
Read more >React Native App crashing on ios 15.4.1 - Apple Developer
Hello Apple Team, We are facing bunch of Crashes with our app especially on OS - 15.4.1 - iPad. Our Application Build in...
Read more >Linking · tipsi-stripe
Run react-native link tipsi-stripe so your project is linked against your Xcode ... android/app/src/main/java/com/%YOUR_APP_NAME%/MainApplication.java add:
Read more >Android Stripe App Crashes On Adding New Payment Source
tipsi -stripe. owner tipsi75.4kMIT9.0.0. React Native Stripe binding for iOS/Android tipsi-stripe. ℹ️ Interested in future React Native libraries for the Stripe ...
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
@Manojmadhav Hi! As I correct understand you. You need to go to
example/src/Root.js
And replace lines 17-18 with correct values.@Manojmadhav did you follow correct this guide https://tipsi.github.io/tipsi-stripe/docs/google-pay.html ?