Skip to content

hchiam/learning-expo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Learning Expo CLI

Just one of the things I'm learning. https://github.com/hchiam/learning

Follow the steps here: https://expo.io/learn

npm install expo-cli --global
expo init my-new-project
cd my-new-project
expo start

Connection problems?

For windows: https://medium.com/@colin_78999/solving-network-response-timed-out-when-using-expo-on-windows-b486c22d5584

Or consider setting up a simulator/emulator on your computer:

I had to update switch node versions with nvm use , the deps in package.json, update the sdkVersion in app.json, and use the "Tunnel" connection. The app seems to work even if I dismiss the JS/native version mismatch message.

Yeoman generators you can try out instead

https://www.npmjs.com/package/generator-create-redux-app

https://www.npmjs.com/package/generator-rn-toolbox

and use React browser developer tools (Firefox add-on or Chrome extension -> open dev tools -> Components tab)

About

https://expo.io/learn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •