Skip to content

Latest commit

History

History
18 lines (15 loc) 路 584 Bytes

README.md

File metadata and controls

18 lines (15 loc) 路 584 Bytes

馃 App

Features

1. Find 馃 supplier based on region and price
2. See 馃 posts
3. See 馃 diseases

How To Install

  • clone the repository git clone https://github.com/ddikodroid/shrimp-app.git
  • install all dependecies npm install or yarn *i use yarn so you better use yarn too
  • set BASE_URL and API_TOKEN on .env file
  • for iOS, you need to do pod install cd ios && pod install && cd .. and some extra configuration 鉁岋笍

How To Run The Project

Android

  • npx react-native run-android

iOS

  • npx react-native run-ios