Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.73 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.73 KB

OMNI PRO Mobile App

If you want to know more about onmi pro visit https://www.omni.pro/en/home/

In this app you will be able to

  • Search your favorite products
  • Send us comments and suggestions to improve our app
  • Enjoy worderful animations✨

The aim of this application is to make a test app to check the developers skills building mobile app using React Native

Tech

OmniPro app was build usign the next libraries Instructions on how to use them in your own application are linked below.

Installation

OnmiPro app requires React Native Environment Setup to run.

Install the dependencies and devDependencies and start the app

cd onmiProApp
npm install
cd ios
pod install
cd ..
npm run android | ios

Building android source

For production release:

cd android && ./gradlew assembleRelease

License

MIT