#lumina_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/1402545860876828672
đ 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.
- dzung_code, 5 days ago, 40 messages
hi there, give us a while to take a look
thanks, ok if you have time please help me
Hi @trail monolith are you using the Stripe iOS SDK or Stripe react-native SDK?
I'm using @stripe/stripe-react-native
Ok, so did you launch your iOS app through the yarn ios command?
I run the app by running in xcode
Ok, did you run pod install in the ios first? Once completed, run yarn ios from the root project folder.
I tried it but the result is still error when running, am I running in simulator right?
To clarify, so you don't get any error in CLI after running yarn ios ?
I haven't run the application yet so I don't know if there are any errors. I haven't set up anything in the code, I just added @stripe/stripe-react-native
Let's take a step back. Do you know how to run a react-native project?
You should
- Run
yarn add @stripe/stripe-react-nativeto add the stripe react-native to your react-native project - Run
yarn installto install the dependencies - Use
cd iosto navigate to the ios folder - Run
pod installto install the pod dependencies - Use
cd ..to go back to the root folder - Run
yarn iosto run the react-native project in a iOS Simulator