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.

Tipsi_react-Native App is crashing

See original GitHub issue

The 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

img-20180824-wa0111 img-20180824-wa0102

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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
isnifercommented, Aug 27, 2018

@Manojmadhav Hi! As I correct understand you. You need to go to example/src/Root.js And replace lines 17-18 with correct values.

stripe.setOptions({
  publishableKey: '<PUBLISHABLE_KEY>', // <= HERE PASS REAL PUBLISHABLE KEY AT LEAST
  merchantId: '<MERCHANT_ID>', // <= PASS REAL MERCHANT ID FOR iOS
  androidPayMode: 'test',
})
0reactions
isnifercommented, Sep 1, 2018
Read more comments on GitHub >

github_iconTop 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 >

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