This application will provide real-time details about a location after being capture in the camera.
For testing:
cd
into project directoryexpo start
- connect to application using expo via scanning the QR code
- start developing and save constantly to make sure nothing breaks!
For development:
- make changes
git add <files>
git commit
git push -u origin master
(still need to change from master -> main)