See me at https://campbase.app
This React Native app is built on the following tech
We're using TypeScript. This guide provides comprehensive walkthrough and examples of how to use TypeScript with React & Redux. For the style guide, we're following AirBnB's React/JSX Style guide and use Prettier for auto-formatting.
Make sure you have Node.js v9.0+
and yarn
installed, then run:
$> cd app
$> yarn install
We recommend VSCode for smooth development experience. Devtools and guide will be added assuming you're using VSCode.
Create React Native App uses Expo as a base, so get that on your phone. Start a dev server by running:
$> cd app
$> yarn start
Once you get it running, go to Expo app on your phone and scan the QR code.
You can install npm install -g react-devtools
to get inspection tool as well.
Make sure you have exp
installed (via npm i -g exp
). Login as innocationteam@gmail.com
and run:
$> cd app
$> exp publish
Main contributors would be Band Protocol Core development team for now. However, please feel free to fork and send in a pull-request at any time.
- Docker is known to mess up with the network configuration of expo. See this Github issue.