TWHousePriceReactNative
It is the brother project of https://github.com/grimmer0125/3DTWHousePriceMap.
Features
- Show the house price per country in Taiwan.
- Use React Native.
- Automaticlly update the data every 0.5 month. Data source: http://data.gov.tw/node/6213. Alternative: http://plvr.land.moi.gov.tw/Index
How to run on iOS simulator
- Follow the instrument to setup React Native enviornment, https://facebook.github.io/react-native/docs/getting-started.html
- Type
npm install
- Type
npm run ios
to launch the iOS simulator to run this react native app.
How to run on Android emulator
- Follow the instrument to setup React Native enviornment, https://facebook.github.io/react-native/docs/getting-started.html
- Type
npm install
- Launch your Android emulator first, then
npm run android
to install and run. The default React Native command will not launch Android emulator automatically. - (optional) you may need to setup ANDROID_HOME, e.g.
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$ANDROID_HOME/platform-tools:$PATH
export PATH=$ANDROID_HOME/tools:$PATH
or you can download Androi apk from https://github.com/grimmer0125/TWHousePriceReactNative/releases)
Tips on Android
You can use command line to launch your emulator, directly type emulator @YOUR_VIRTUAL_DEIVCE &
or change the name in npm script(qemu) then you can type npm run qemu
in short.