https://user-images.githubusercontent.com/2854675/183597614-2fe08065-9a9a-4bb7-8a59-0ad2f1b10d7d.mp4
# To install dependencies
npm install
# GOOGLE_API_KEY must be in envs, either in .env file
GOOGLE_API_KEY=xxxx
# or in environment as in
GOOGLE_API_KEY=xxx expo start
# To start application
expo start
# To build a new version in expo
eas build -p android