Crime Reporting Mobile Application using React Native and Firebase
- Clone the repository
mkdir CrimeScoop
cd CrimeScoop/
git clone https://github.com/blackraspberry08/CrimeScoop.git .
- Install packages
$ npm install
- Link packages to be sure :)
$ react-native link
- Run project
$ react-native run-android
or
$ npm run android