skip to Main Content

enter image description here

I am trying to link stripe payment to react native expo using the @stripe/stripe-react-native package but i am getting error while providing publishable key to stripe provider element

2

Answers


  1. Looks Like, SDK is not initialised properly.
    SDK functions call before SDK is initialised Please follow the steps of SDK
    configuration.

    https://www.npmjs.com/package/@stripe/stripe-react-native

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search