Skip to content

hanifmhd/Pet-Finder

Repository files navigation

Pet-Finder

Pet Finder App using React Native


Clone Design App from Dribbble

Mahesh Kantariya - https://dribbble.com/shots/4745402/attachments/1069154?mode=media

API

https://dog.ceo/dog-api/documentation/

Little bit modification

Intro Login

Home Sub-breed-column Sub-breed-list

Detail Info-1 Detail Info-2

Chat (Coming Soon) Empty State

Profile

How to run project

After clone the project you need to install deppendecy with NPM Install in terminal

npm install

Run in Android Platform

If using Android X, run jetifier first

npx jetify

After jetifier run, you can run in your android device / android simulator

npm run android

Generate APK in 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

Detail environment :

  • production : No Redux Logger
  • development : Print Redux Logger in Console

About

Pet Finder app using React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published