Skip to content

Instantly share code, notes, and snippets.

@mrcodedev
Last active December 26, 2024 21:00
Show Gist options
  • Save mrcodedev/37b463ae63c0c1d762e6efaf4c26af4f to your computer and use it in GitHub Desktop.
Save mrcodedev/37b463ae63c0c1d762e6efaf4c26af4f to your computer and use it in GitHub Desktop.
Como instalar Expo (React Native)

Instalación Expo para React Native

Instalando Expo

Primero instalamos con npm explo-cli y exp (debemos de tener Node.js y npm instalados)

npm install -g expo-cli exp

Después creamos nuestra zona de trabajo, le decimos como se quiere llamar la carpeta:

expo init nombreApp

Una vez que tengamos la carpeta nos metemos dentro:

cd nombreApp

Una vez dentro ya arrancamos Expo:

expo start

Ya podremos utilizar un emulador de Android o iOS o con la app de Expo ver la app en el móvil

@meyerowitz
Copy link

hi , i have a problem too, the last version of expo cli are 0.17.03 , but whent i try donwload the expo@latest It installs version 6.3.10, I have already tried to uninstall and reinstall the expo-cli globally and nothing, by the way, i 'm using the command npm install -g expo-cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment