Installation

**Before you start the process, Please make sure you’re using the latest version of our plugin (Classified Listing Pro). Older version of plugin will not work with newer version of app.**

First of all install project dependencies using yarn. Follow the following steps.

Step 1: Download and extract the project zip file in your project directory.

Step 2: Open terminal in your project directory (git bash terminal for windows user and iterm or terminal for mac users)
and run this command: yarn install

yarn install

This will install the project dependencies. This might take a while depending on the speed of your internet connection, so sit back and wait to finish installation.

Step 3: Now run this command: yarn dlx expo-cli to install the expo command line globally. Note: Must use latest version of yarn.

yarn dlx expo-cli

If you get any error while running this command, you can run the following
npm install -g expo-cli

Step 4: Now run this command: yarn dlx eas-cli to install the eas command line globally. (This step is mandatory for app version 1.21.2 and upper)

yarn dlx eas-cli

If you get any error while running this command, you can run the following
npm install -g eas-cli