Setup Guide for React Native CLI Development Environment

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024

Комментарии • 6

  • @asfandlodhi2124
    @asfandlodhi2124 7 месяцев назад

    Thankyou for the video. Really helpful!

  • @prernasikarwar
    @prernasikarwar 3 месяца назад

    when I write 'code .' it gives me error, "zsh: command not found: code" and I don't get 'git:(main)' when I hit, "cd AwesomeProject" .. can you please help me with this?

    • @binaryhood
      @binaryhood  2 месяца назад

      Open VSCode and then in the Search Command Palette (⌘ + ⇧ + P on Mac) OR View ❯ Command Palette
      Type shell command to find Shell Command: Install 'code' command in PATH command
      Install it

  • @abinash_kar
    @abinash_kar 7 месяцев назад

    Nice video, really it's helpful for me after watching 7_8 video finally I did it through your video, please make a video how to run this in Android simulator like pixel 7pro

  • @suresh-aj
    @suresh-aj 7 месяцев назад

    What was the error about unknown ruby ... In the vscode terminal I have that too, how to fix or hide it

    • @binaryhood
      @binaryhood  7 месяцев назад +1

      Hey you can hide the warning/error by Command + K, and also this shows up when your environment’s ruby version mismatches the project ruby version, sometimes it ends up displaying the warning even if your environment has the correct ruby installed