Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 581 Bytes

readme.md

File metadata and controls

40 lines (20 loc) · 581 Bytes

Grow Simplee - The Rider's App

The App is created by using mainly React Native making the app available cross platform

Tech Stack

React Native

Frameworks and Packages

Tailwind, Google Map API, Socket.io, React Native Maps, React Native Toasts

Installation

Install necessary packages using yarn

  yarn install

Create a host.js file in the project file with content as follow

module.exports.HOST = 'HOST_NAME'
module.exports.GOOGLE_MAPS_API_KEY = 'GOOGLE_MAPS_API_KEY'

To run the project run

  yarn android