This project is deprecated and will not be maintained. Feel free to fork and upgrade. - bdougie
This is a project with the sole purpose of being a side hustle.
- This is not on the Outcomes Roadmap
- This should be thought of as an Open Source Project in a Private Repo
- This project is not open to Student contributions at this time
- GitHub will be the platform to report issues and bugs (*PRs are welcomed).
- Feature can be requested through the Github Issue creation as well.
- Please do not report bugs through the Bloc Platform reporting tools or Phabricator, use GitHub instead.
- Feel free to reach to the repo @bdougie for questions
required dependencies:
- npm 3 or greater
- node 4.1 or greater
- Xcode 8 or greater
- Android Studio Setup
$ npm install react-native-cli -g
$ yarn install
$ react-native run-ios
$ react-native run-android
Tests are using Jest.
Run tests with:
$ npm test
The linter is strict but open to debate. Please open up PR's to the eslintrc to request changes.
$ npm install eslint -g
$ eslint