An open source decentralised STEEM Blockchain ask and answer platform app for iOS and Android devices.
git clone https://github.com/shango44/what-mobile.git
cd what-mobile
npm install
Devices: iPhone 6 - iPhone X
react-native run-ios --simulator "[DEVICE]"
Alternatively, you can open the XCode project and use the XCode interface to run the project on a simulator or device.
- Download Android Studio and SDK Tools - https://developer.android.com/studio/
- Open AVD Manager
- Click play icon to open a virtual device
- If you have no devices, click "Create Virtual Device..." and go through the process
When you have a device launched, proceed with the following code:
react-native run-android
Alternatively, you can use Android Studio to run the project.
Thanks to the Busy.org team for open sourcing their app and from this, we were able to see the structure of a high quality Steem app.