A starter project to build React Native based mobile apps for the Steem blockchain.
- Babel—Next generation JavaScript
- React Native—Build native mobile apps using JavaScript and React
- CRNA—Create a React Native app on any OS with no build config
- Steem.js—Steem.js the official JavaScript library for the Steem blockchain
- NativeBase—Essential cross-platform UI components for React Native
- Styled Components—Visual primitives for the component age
- Redux—Predictable state container for JavaScript apps
- Add drawer component
- Add settings page
- Add howto
Building the app locally on your computer should be straightforward. Just clone the app. Then install the dependencies with yarn
. When the installation has finished, you can run the app with yarn start
. These are the steps in more detail:
git clone https://github.com/cutemachine/rnsteem.git
cd rnsteem
yarn
yarn start
You want to contribute to this project? Great. You can contact me through my Github profile page. Please contact me before sending a pull request so we can align our forces :)
Please contact me through my profile page on GitHub or on Steemit (@cutemachine). I'm happy to help if I can.
This project was bootstrapped with Create React Native App. All the commands described in the CRNA Readme should also work with this project.