#yooneck_error

1 messages ยท Page 1 of 1 (latest)

half oreBOT
#

๐Ÿ‘‹ 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/1224633612599689299

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

mighty scaffoldBOT
cerulean swallow
#

๐Ÿ‘‹ happy to help

azure geyser
#

hello ๐Ÿ˜Š

cerulean swallow
#

would you mind sharing your code where you see the error

azure geyser
#

yes

#

when I call this page it's where I get the errors

cerulean swallow
#

and the imports?

azure geyser
#

import {StripeProvider} from '@stripe/stripe-react-native';

cerulean swallow
#

sorry I deleted your screenshot because it contained your live mode Publishable Key

azure geyser
#

ah thank you sorry

#

what's strange is that on ios everything works fine, it's only on android that the application crash.

cerulean swallow
#

hmmm, that could be a problem in the build and artifacts

#

what's your compileSdkVersion

azure geyser
#

34

#

this is my build.gradle

cerulean swallow
#

would you mind searching in your app where else the StripeProvider is used?

azure geyser
#

in 2 pages

cerulean swallow
#

ok

#

would you mind trying out one thing for me please?

#

remove your node_modules folder

#

and run

npm install```
azure geyser
#

yes of course

#

do I relaunch the application afterwards?

#

And I also have another error when I do ./gradlew clean I get the following error:

#

How can I solve this without having to modify node_modules directly please?

cerulean swallow
#

try npm update

azure geyser
#

Thanks ๐Ÿ‘Œ๐Ÿผ, I tried but I still get the namespace error

cerulean swallow
azure geyser
#

thanks

#

thank you very much, it solved the problem with the namespace