Skip to content
/ Messenger Public

This is a small app to message using the Bloc Api

Notifications You must be signed in to change notification settings

Bloc/Messenger

Repository files navigation

This project is deprecated and will not be maintained. Feel free to fork and upgrade. - bdougie

GitHub issues

Bloc Messenger

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

Issues/Feature Requests

  • 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

Setup

required dependencies:

$ npm install react-native-cli -g
$ yarn install 

Start the Simulator

$ react-native run-ios
$ react-native run-android

sample image

Tests

Tests are using Jest.

Run tests with:

$ npm test

Linting

The linter is strict but open to debate. Please open up PR's to the eslintrc to request changes.

$ npm install eslint -g
$ eslint