#smartbettormicah-developer_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/1379509871908749505
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- smartbettormicah-developer_code, 6 days ago, 44 messages
hello! thank you for the video - i haven't seen this issued yet but let me poke around to see if there are other reports of it
does this happen regardless of the device you test on?
can you share more of your code?
Yes what specifically?
basically as much as possible of what you're doing in that file. i'm curious what's happening in initializePaymentSheet
my own test integration doesn't have this behavior so i think it's something specific to your code
Here is the whole checkou-form.native.tsx
fyi the discord server is a little busy at the moment so i haven't had a chance to dig into this quite yet
thanks take your time!
Tried upgrading to a higher version per this forum https://github.com/stripe/stripe-react-native/issues/1723 but got this error on build
Running "expo doctor"
âď¸ Building app for environment: development
Running 15 checks on your project...
14/15 checks passed. 1 checks failed. Possible issues detected:
Use the --verbose flag to see more details about passed checks.
â Check that packages match versions required by installed Expo SDK
The following packages should be updated for best compatibility with the installed expo version:
@stripe/stripe-react-native@0.41.0 - expected version: 0.38.6
Your project may not work correctly until you install the expected versions of the packages.
Found outdated dependencies
Advice:
Use 'npx expo install --check' to review and upgrade your dependencies.
1 check failed, indicating possible issues with the project.
Hi @vocal sail
Hello
What version of stripe-react-native were you originally on? And what version are you trying to upgrade to?
Previously: "@stripe/stripe-react-native": "0.38.6",
Now: "@stripe/stripe-react-native": "^0.41.0",
Gotcha
So looks like you're using the wrong version of expo based on the error
Your expo version needs 0.38.6
Each Expo SDK version requires a specific stripe-react-native version. See the CHANGELOG for a mapping of versions.
What is the most up to date compatibile expo version
Hm I actually don't see a version mapped to 0.38.6
What expo version are you using now
52.0.0
I cannot because other libraries I am using do not yet use 53