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