Run App

Install node modules

This is React Native project, and depends on node modules that need to be installed

$ npm run install

This will install all required node modules. It can take some time. If you see some warning this is not a big issue. Even if you see red error messages try to run the project.

Once node modules are installed, you can run the app.

$ expo start

This will start the expo package manager. It will start a web browser session. From there you can preview the app on iOS simulator ( Mac Only ), Android Emulator and on iOS Device or Android device. On AppStore for iPhone and Google Play for Android, search for "Expo Client). There login with your Expo account.

Last updated