[TOC]
With NodeJS +11.1.0 installed:
npm install expo-cli --globalTo install local project dependecies:
npm iThe project was setup by the expo.io tool, and so were the scripts. Their documentation should be checked more more options and details.
To run the development project:
npm startTo build a native app, specific platform instructions must be followed.
Users need to install the expo.io app on their mobile.
To publish the app code to expo.io servers/cdn, run:
expo publishAt the end of the output, an url will be provided (eg) https://exp.host/@alexmipego/relogio. At the destination page several options are provided, including a scannable QR code.
TODO: Copy expo.io docs and add notes.
TODO: Copy expo.io docs and add notes.
The structure of the project was initialy defined by the expo.io tool, and the rest follows a standard React structure.
The main code lives in stores, views, and components.