#lumina_code

1 messages ¡ Page 1 of 1 (latest)

buoyant summitBOT
#

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

trail monolith
thorny crescent
#

hi there, give us a while to take a look

trail monolith
#

thanks, ok if you have time please help me

mild tendon
#

Hi @trail monolith are you using the Stripe iOS SDK or Stripe react-native SDK?

trail monolith
#

I'm using @stripe/stripe-react-native

mild tendon
#

Ok, so did you launch your iOS app through the yarn ios command?

trail monolith
#

I run the app by running in xcode

mild tendon
#

Ok, did you run pod install in the ios first? Once completed, run yarn ios from the root project folder.

trail monolith
#

I tried it but the result is still error when running, am I running in simulator right?

mild tendon
#

What's the error?

#

Did you get any error from the CLI after running yarn ios ?

trail monolith
mild tendon
#

To clarify, so you don't get any error in CLI after running yarn ios ?

trail monolith
mild tendon
#

Let's take a step back. Do you know how to run a react-native project?

#

You should

  1. Run yarn add @stripe/stripe-react-native to add the stripe react-native to your react-native project
  2. Run yarn install to install the dependencies
  3. Use cd ios to navigate to the ios folder
  4. Run pod install to install the pod dependencies
  5. Use cd .. to go back to the root folder
  6. Run yarn ios to run the react-native project in a iOS Simulator