A React Native cross-platform mobile app for exploring bounties. Uses the RChain bounties API and the Github REST API v3 as data sources.
This project is divided in 2 stages:
- Read only app meant for exploring the bounties.
- Read and write app that is meant for exploring and interacting with bounties.
As of this moment in time the first stage is being developed. The development on the second stage will start once the API is completed.
Follow these steps to get started:
- Clone the repo with
git clone https://github.com/th3build/rchain-bounties-app.git
- Go to the root of the directory
cd rchain-bounties-app
- Install the dependencies
yarn
- Run the app
react-native run-ios
orreact-native run-android
- Using React Native version 0.55.4
- Using yarn as packet manager of this project
- Using the react-native-navigation library
- Check the React Native documentation if you encounter any errors while trying to run the app for the first time.