Build a Recipe App in React Native - Part 1: Environment Setup

Поділитися
Вставка
  • Опубліковано 24 лис 2024

КОМЕНТАРІ • 3

  • @tejanaidu9582
    @tejanaidu9582 9 днів тому

    when im trying to install react native by (1. npx create-expo-app@latest 2.npx expo start) everything is fine but when i started my development server its showing '' server error and react module not found' but when i checked react module is installed. can you please re install and make a short video?

    • @codingwithaa286
      @codingwithaa286  9 днів тому

      Thanks for following along with the recipe app project! In the tutorial, I used the command npx @react-native-community/cli init RecipeApp to set up the project with React Native CLI, which is different from using npx create-expo-app@latest. To troubleshoot make sure you have the correct setup for Expo by following the official Expo docs and If you’d like to match my tutorial setup, you can switch to React Native CLI with the command I used in the video.

    • @spectrotsu6629
      @spectrotsu6629 3 дні тому

      try `npx expo start` it will work