A mobile app that makes managing family properties and inheritance easier
cd <project-folder> && yarn install
- Make sure you have android sdk and adb installed (google it)
- Create
local.properties
inCurator/android
- Put
sdk.dir = <android sdk path>
inlocal.properties
- Plugin your device (or use emulator, create it using android studio)
- Type
adb devices
in terminal, ensure device is connected - To run, type
react-native run-android
- After that, app should hot reload itself after changes
- To run again next time use
react-native log-android
to show debug messages
(When running the app some warnings may be encountered. These warnings are safe to be ignored as they indicate deprecated functions that are used, and have no impact on the app's usability)
Additional Setup Notes:
If there are problems relating to Android Development Environment not working properly (Windows Only),
- Ensure all the steps above are completed
- Follow steps here: https://codeburst.io/setting-up-development-environment-using-react-native-on-windows-dd240e69f776, especially the part for setting up environment variables
- Try setting the format of local.properties path to use double slash instead of single slash for all the slashes
University Project for University of Melbourne IT Project Subject COMP30022 2019 Semester 2