#igorstr
1 messages · Page 1 of 1 (latest)
hi! never seen this error before. I'd suggest taking a look at https://github.com/stripe/stripe-react-native#expo and making sure you meet all the requirements there
hi
i meet all the requirements
it seems to me that you need to put dependencies in android, namely in MainApplication
I had it similarly on iOS, I found what to add to the Podfile and it all worked
if you really think it's an issue in our library and not your own code might be worth opening a Github issue
This error was on iOS by adding to the dependency subfile This error has now disappeared similarly on the Android ,I use CLI, no EXPO
"@stripe/stripe-react-native": "^0.21.0",
this ccersion stripe
version
hard to say much without seeing the full context of your code, this is not a known issue
I don't know, I've never had to even look at the Android project when using our React Native SDK, it just works
there is a project with an open code on the gi hub so that I can see for myself what is written in android
?
there's an example app in https://github.com/stripe/stripe-react-native/tree/master/example