/hours-collective

A Google Sheet API client for registry of worked hours

Primary LanguageJavaScript

React Native's Project Template

A basic boilerplate to create a react-native project with,

How to start

  1. Clone repository.
  • git clone https://github.com/Guerrero25/react-native-project-template.git
  1. Delete android and ios folder.
  • rm -R ./android && rm -R ./ios
  1. Change the app name on app.json.

  2. Run react-native eject command and link the dependencies

  • react-native eject && react-native link
  1. Install dependencies
  • npm install
  1. Run the project
  • react-native run-android or react-native run-ios