#np-react-native-sdk
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- NP-reactnative-errors, 3 days ago, 32 messages
- naitik0406_65706, 3 days ago, 51 messages
What's the code that triggers the error?
I haven't added any code.
just wrapped provider in root file.
did you run pod install in the ios/ directoy of your project after adding the dependency?
Getting error in android and iOS both
hmm ok. Then I'd try starting an entirely fresh project and see if you get the same error
I didn’t get any error on fresh project
great! then sounds like an issue with your existing project's codebase perhaps.
We are using RN 0.64.4 in current project.
that's incredibly old isn't it?
Yes,But we can't change the version, the chances of breaking other functionality also increases
our library requires at least 0.69.9 , per https://github.com/stripe/stripe-react-native/blob/master/package.json#L61C4-L61C30
so that just won't work then
I suggest updating your project and fixing any issues that happen, that's just part of maintaining a codebase and you can't add extra functionality (like payments via Stripe) without refreshing things 🙂 If you want the code to be completely static that's fine but then you can't also add functionality
Is there any possibility we can go ahed stripe functionality with this version 0.64.4?
I would say no
okay Thanks