#alexandru-hutupasu_api
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/1215251575824588810
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! when you say you "can't build", what actual error are you getting in the build?
similarily when you say you "can't pod install", what error are you getting when you run the command?
No package name found. We couldn't parse the namespace from neither your build.gradle[.kts] file at /Users/alex/Desktop/oootBusin
ess/node_modules/@stripe/stripe-terminal-react-native/android/build.gradle nor your package in the AndroidManifest at
/Users/alex/Desktop/oootBusiness/node_modu
les/@stripe/stripe-terminal-react-native/android/src/main/AndroidManifest…xml.
On android i recive an error related to @react-native-community/cli-platform-android Calling [node, /Users/alex/Desktop/oootBusiness/node_modules/@react-native-community/cli/build/bin.js, config] finished with an exception. Error message: groovy.json.JsonException: Unable to determine the current character, it is not a string, number, array, or object
The is any other library that i must install with the stripe/stripe-terminal-react-native?
make sure you're using the latest versions of everything(React Native, Android Gradle Plugin) etc
no, you just install it via the instructions at https://github.com/stripe/stripe-terminal-react-native?tab=readme-ov-file#installation .
These are the instruction i follow
beyond that it's a bit hard to help without clear descriptions of what exact commands you're running and the full stack traces of errors and exact information on your environment and versions of dependencies that you have.
I'd suggest trying to just use the example app from the repo now(instructions in the Readme) and see how you get on with that.
i saw your example app but it's with expo, i use react-native cli not expo
ok. then I suggest creating a new fresh project(using the latest version of everything), get that building, and then try to add the stripe-terminal-react-native library to it.