#smartbettormicah-developer_code

1 messages ¡ Page 1 of 1 (latest)

flint anvilBOT
#

👋 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.

gusty pecan
#

I can add a video if that helps as well

#

Added

late sigil
#

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?

gusty pecan
#

Yes

#

All ios

#

No android though I do not believe

late sigil
#

can you share more of your code?

gusty pecan
#

Yes what specifically?

late sigil
#

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

gusty pecan
late sigil
#

fyi the discord server is a little busy at the moment so i haven't had a chance to dig into this quite yet

gusty pecan
#

thanks take your time!

gusty pecan
#

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.

GitHub

Describe the bug When closing the payment sheet or dismissing it by pressing outside the modal, the sheet closed and pop ups again and then closes. To Reproduce Steps to reproduce the behavior: ini...

flint anvilBOT
gusty pecan
#

Hi @vocal sail

vocal sail
#

Hello

#

What version of stripe-react-native were you originally on? And what version are you trying to upgrade to?

gusty pecan
#

Previously: "@stripe/stripe-react-native": "0.38.6",
Now: "@stripe/stripe-react-native": "^0.41.0",

vocal sail
#

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.

gusty pecan
#

What is the most up to date compatibile expo version

vocal sail
#

Hm I actually don't see a version mapped to 0.38.6

#

What expo version are you using now

gusty pecan
#

52.0.0

vocal sail
#

53 is the latest expo

#

Can you try that?

flint anvilBOT
gusty pecan
#

I cannot because other libraries I am using do not yet use 53