This repository contains the front-end code for IIITDM Daily mobile app. The code is common to both iOS and Android.
-
iOS
yarn installornpm install.react-native linkfor linking external modules.react-native run-ios.
-
Android
yarn installornpm install.react-native linkfor linking external modules.react-native run-android.
- Fork this repository.
- Clone this repository using
git clone https://github.com/Zerone-IIITDM/IIITDM-Daily.git. - Make appropriate changes.
- Run
npm test. - Send a pull request.
Note:
- Whenever you make a single change, commit it with a commit message. Don't make multiple changes and put a single commit message, this creates a lot of confusion and creates a problem in keeping track of bugs.
- We use
Jestfor testing, you can read more about this here: link to Jest!.