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.
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
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
Based on the changelog,
[email protected]
is needed since stripe-react-native0.8.0
. You might want to try an older version (i.e., < 0.8.0) and see if it works for your project.