Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 687 Bytes

document.md

File metadata and controls

13 lines (11 loc) · 687 Bytes

Mito

Powerful Boilerplate with everything you need to start developing your App.

All about did you know to start with Mito.

  • To start work with expo dou you have 2 options, you can use your own device to render the app in dev/prod mode, or you can use Emulators like Xcode in MacOS or Android Studio in Windows.
  • Remember that Emulators need minimun 1GB RAM to run.
  • Moreover do you need install NodeJS, version > 12.
    link to NodeJS
  • Do you need install NPM, usually come with NodeJS.
    [sudo] npm install npm -g
  • Do you need install Expo CLI.
    [sudo] npm install -g expo-cli