Skip to content

drenovac/relogio

Repository files navigation

Relogio

[TOC]

Dependencies

With NodeJS +11.1.0 installed:

npm install expo-cli --global

To install local project dependecies:

npm i

Scripts

The 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 start

To build a native app, specific platform instructions must be followed.

Publish Development

Users need to install the expo.io app on their mobile.

iTunes Store Google Play

To publish the app code to expo.io servers/cdn, run:

expo publish

At 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.

QR

Publish to iOS' AppStore

TODO: Copy expo.io docs and add notes.

Publish to Android's Google Play

TODO: Copy expo.io docs and add notes.

Source

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.

About

mobile app - clock on/off capturing time and location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published