/dojo-react-native

Primary LanguageTypeScriptMIT LicenseMIT

dojo-react-native

Installation

Install nvm

Close the terminal and run the following command:

  • command -v nvm

It should print 'nvm' if the installation was successful

Install node with nvm

  • nvm install node

Install expo

  • npm install expo-cli --global

Creating and starting a new project

  • expo init myNewProject
  • cd myNewProject
  • expo start

Useful libraries

Possible problems

System limit for number of file watchers reached

  • echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p