This is a hobby project that I made after making my first React Native App. It is a pet lost and found app that allows users to post lost pets and find them.
APK file in the Dropbox folder
- Create a post about a lost or found pet
- Add a picture with the post (Camera or Gallery)
- Add a location either by giving location permissions or by using the map
- Loads latest posts on the home page
- See all posts by a city/town
- Authenticate users
- Add a profile page for each user
- Add comments to posts
- Write unit tests ASAP
Fix bug - opening map view causes app to crash- Implement the improvements listed above