Stripe Payment makes app to crash in poduction

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): Android

Hi, I’m using expo managed workflow and i implemented stripe-payments as docs stated. In development everything works great, but when i build the apk with expo build:android, whenever this method is called:

Stripe.setOptionsAsync({ publishableKey: public_key })

app crashes.

Does anyone have any idea why would this happen ?

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.