#eva_error
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/1508789512548126830
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
@deep veldt #dev-help message
Sorry for no response last time - forgot I muted the server ๐
It hasn't been resolved since, at least judging from stripe-react-native changelogs
The issue on the github repository is closed:
https://github.com/stripe/stripe-react-native/issues/2259#issuecomment-3700066326
"closing this, contact discord server" 
and "just install react-native-webview" which I would like to avoid, it's claimed to be an optional peer dependency
Just tried 0.66.0 - same issue. Caches were obviously reset
Are you facing this issue with the official example ?
https://github.com/stripe/stripe-react-native/tree/master/example
I'm not able to, can you describe the reproduction steps exactly ?
I'm not sure what specifically reproduces it in our case, if I had to guess it'd be @rnx-kit/metro-resolver-symlinks@0.2.2 - a specific resolver version that does not rely on internal metro's symlink resolver and resolves correct react version in mobile's project context rather than picking up other project's one (pnpm non-hoisted monorepo)
๐ Hey, taking over here, just catching up
Nevermind I might've found the cause
Someone pinned our metro version to 0.76 in root package.json (us being on 0.83) 
Ah, I see!
Yep seems to working so far, sorry for the confusion, we can probably close this. I'll leave the comment on the issue in case it helps someone in the future too