The App is created by using mainly React Native making the app available cross platform
React Native
Tailwind, Google Map API, Socket.io, React Native Maps, React Native Toasts
Install necessary packages using yarn
yarn installCreate 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