Pet Finder App using React Native
Mahesh Kantariya - https://dribbble.com/shots/4745402/attachments/1069154?mode=media
https://dog.ceo/dog-api/documentation/
Intro | Login |
---|---|
Home | Sub-breed-column | Sub-breed-list |
---|---|---|
Detail Info-1 | Detail Info-2 |
---|---|
Chat (Coming Soon) | Empty State |
---|---|
Profile |
---|
After clone the project you need to install deppendecy with NPM Install in terminal
npm install
If using Android X, run jetifier first
npx jetify
After jetifier run, you can run in your android device / android simulator
npm run android
If using Android X, run jetifier first
npx jetify
After jetifier run, you can build APK for your android device
cd android && ./gradlew assembleRelease
You can see apk in path folder :
android/app/release
or
android/app/build/outputs/apk/release
- production : No Redux Logger
- development : Print Redux Logger in Console