skip to Main Content

enter image description here

  • Downloading templateerror Installing pods failed. This doesn’t affect project initialization and you can safely proceed.
    However, you will need to install pods manually when running iOS, follow additional steps in "Run instructions for iOS" section.

× Downloading template

Run instructions for Android:
• Have an Android emulator running (quickest way to get started), or a device connected.
• cd "C:UsersNeeraj PatelDesktoppatelAwesomeProject" && npx react-native run-android

Run instructions for Windows:
• See https://aka.ms/ReactNativeGuideWindows for the latest up-to-date instructions.

2

Answers


  1. 1)Check the name of the project

    2)Check the path, must not contain special characters

    3)Check the version of nodejs

    4)Try to read the logs carefully, and see if there are any leading points to your issue.

    5)If none of the above worked, try looking for a YouTube video to walk you through step by step.

    6)If you are still learning react native I recommend a Udemy course by Maximilian Schwarzmüller.

    Login or Signup to reply.
  2. If your React Native starter project isn’t installing properly, check Node.js/npm, React Native CLI, Xcode/Android Studio, CocoaPods (for iOS), Watchman (optional), permissions, firewall/proxy settings, and dependencies. Pay attention to error messages for insights.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search