danarth / mobile

React Native code base that produces the UniNinja iOS and Android applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniNinja Logo

Mobile App

Build Status JavaScript Style Guide

React Native codebase that produces the UniNinja iOS and Android applications.

Installation

In order to build and run the application, do the following:

  1. Clone the repo: git clone https://github.com/UniNinja/mobile.
  2. Change directory to the project root: cd mobile.
  3. Run npm i in the repo directory. This may take a few minutes.
  4. Then execute either react-native run-ios or react-native run-android to run the respective projects.

Important

If you have not already got react-native installed on your system, you will first need to do so using: npm install -g react-native-cli.

When running the Android project on a Mac, make sure you launch the Android Emulator before you run the react-native run-android.

StandardJS

This project conforms to the JavaScript Standard Style. In order to check conformance, do the following:

  1. Run the checker: npm test.

Any violations of the rules will be reported (printed) in the terminal window. This check is made automatically when pull requests are submitted.

About

React Native code base that produces the UniNinja iOS and Android applications


Languages

Language:JavaScript 81.5%Language:Objective-C 10.7%Language:Python 4.2%Language:Java 3.6%