skip to Main Content

I tested some version to install module @stripe/stripe-react-native from 0.1.0 to 0.10.0 in my old project react-native 0.62.0 typescript but build was failed.but I test it in react native 0.64.4with 0.10.0 stripe version the build was succeed .So i would to know there is a compatible module version that can be installed without update the project and thanks.

2

Answers


  1. Chosen as BEST ANSWER

    I got the solution, i patched react-native-version to 0.64.4 and I can install the version 0.10.0 and works fine with the gradle 6.8.3 using compile version 31 .So it works fine


  2. Based on the changelog, [email protected] is needed since stripe-react-native 0.8.0. You might want to try an older version (i.e., < 0.8.0) and see if it works for your project.

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