Version 0.6 by Team Null
SL Time Tracker is a cross-platform react-native app that was developed by Team Null during the Fall 2016 semester of CS4500 at Northeastern University. It was created for Northeastern's Service Learning Department, as a user-friendly and easily accessible tool for students in a service learning project to track their hours worked. The app provides an interface for students to register for their classes, select their projects, and record the hours that they worked on each project. It is strictly a student-facing app; instructors and faculty are expected to use the web version. SL Time Tracker has been tested on Android 7.0 (Nougat) and iOS 10.0.
See Facebook's documentation on getting started with react-native.
From an elevated command prompt
run npm install -g react-native-cli
run npm install
From Android SDK Manager Install:
- Android SDK Build-tools 23.0.1
- Android SDK Build-tools 23.0.3
Other Requirements:
- git
- adb
If there are issues try:
cd android/ && ./gradlew clean