- Dark/Light Theme
- Cache
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/mkaarthick/dmg-task.git
# Go into the repository
cd dmg-task
# Install dependencies
npm install
# For iOS, we need to install pod
cd ios
# Install pod
pod install
# running on iOS
npm run ios
# running on Android
npm run android