#galactic-traveller_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1367155104972800041
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
What version of stripe-react-native do you have installed
And what process did you use to install it
Did you install the native dependencies
"@stripe/stripe-react-native": "^0.45.0",
I am followed docs.
I used "yarn" package manager.
I did - pod install
https://docs.stripe.com/payments/accept-a-payment?platform=react-native&ui=payment-sheet
Hi ๐
I'm stepping in as my colleague needs to go soon
Can you describe the error you are seeing more than just the screenshot?
ok So
I followed this doc- https://docs.stripe.com/payments/accept-a-payment?platform=react-native&ui=payment-sheet
added stripe-react-native package
with yarn and then did pod install .
every thing went succesfull.
then from xcode when i am starting then i get the error
i tried clearning drive data and then started with clean.
but still same error
When you say "the error" what is the exact error message you are receiving?
this
And when does that error occur? What step are you taking with XCode?
The "Start" button in xcode -
if i remove the stripe then i am able to run project.
so my React native version - is 0.76.5
do I need to add any specific version of stripe?
I'm tersting to see if I can reproduce the issue
Sorry for the delay, I needed to update my cocoapods repo first
I wish the pod command provided more feedback about what it's doing (like the npm and yarn commands)
ok
just tell me the with is the stripe version i can install on 0.76.5 project
I mean can i install other version apart from the latest version
You are referring to a project running React Native 0.76.5?
I'm looking at the Changelog for the stripe-react-native SDK. It lookes like we added support for RN 0.78 in version 0.43
yes i am currenly on React Native 0.76.5.
so what strip version whould you suggest
You are asying you ar seeing the errors with version 0.44.0, correct?
so the latest version is 0.45.0 for strip that I used.
so i am getting error for 0.45.0
I would see if downgrading to 0.44.0 fixes the issue
I recommend testing first to make sure all your intended functionality is available in that version
what do you suggest
I just told you what I suggest. I recommend you install version 0.43.0 in a test version of your application and validate it behaves as you expect
ok thanks.
I will figure out the issue with latest version and if I find the solution I will update here.
๐