Unagi is a location based social network.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Notice: these instructions is only for Linux operating systems
install Git
sudo apt-get install git
install NodeJs
sudo apt-get install python-software-properties
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install python-software-properties
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
install other prerequisites
See complete instructions in here
Clone Project
git clone https://gitlab.rdcint.ir/CollegeNumber05/Android.git
Go to Android folder
cd Android
Install dependencies
npm install
Run Project
react-native run-android
npm test