anantha322 / cocktaillist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⬆️ How to Setup

Step 1: git clone this repo:

Step 2: cd to the cloned repo:

Step 3: Install the Application with yarn install or npm install

▶️ How to Run App

  1. cd to the repo
  2. Run Build for either OS
  • for iOS
    • run react-native run-ios
  • for Android
    • Run Genymotion / simulator
    • run react-native run-android

Major Plugin used

  1. react-navigation for navigation
  2. redux & react-redux for redux support
  3. redux-saga for async/saga functions
  4. apisauce for subset of axios library to make API call

About


Languages

Language:JavaScript 75.5%Language:Objective-C 12.4%Language:Python 6.2%Language:Java 6.0%