https://github.com/cutemachine/rnsteem
RNSteem is an app starter project to build React Native based mobile apps for the Steem blockchain. To get a new React Native app off the ground can be difficult and time-consuming. RNSteem outlines a project structure which can be easily used to build complex apps.
The Project uses the official steem-js library to get a user's followers count and stores the information in a Redux store.
There is also a sample page to show how to store UI state in the store. The Redux store is persisted. Therefore the state is preserved between app restarts.
Furthermore, there is a sample page to switch between different languages (English and German) to allow easy localization of your application.
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
This project was bootstrapped with Create React Native App.
All the commands described in the CRNA Readme should also work with this project.
Please note that you might have to install some development tools. The app has been developed and tested on macOS running the iOS simulator, but it should also run on Android.
Do 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 Steemit (@cutemachine). I'm happy to help.