Code name Journey
- Install react-native on your machine:
yarn global add react-native-cli
- Clone this project:
git clone [email protected]:mozilla-magnet/journey.git && cd journey
- Install dependencies:
yarn
- Start the development server:
yarn start
With a virtual or real device running:
$ react-native run-android
$ react-native run-ios
Install the pre-commit hook by running this command:
$ ln -s ../../hooks/pre-commit.sh .git/hooks/pre-commit
This will ensure that no major issues on the JavaScript syntax will be committed.
The coding styles are defined in the ESLint configuration file. Make sure to run the following command to fix your code style before committing:
$ yarn run fix
If you're looking for a physical web beacon browsing app, go to magnet-client.