A group photo sharing application written in react native
Our main home screen is in HomeScreen.js. This screen shows our photo feed and allows for filtering of the photos based on their group. This screen also handles opening the photo view pop-up and the post photo pop-up.
All Firebase functionality is in Firebase.js
photoview.js handles showing a specific photo and also handling showing or hiding comments, where a user can make a comment on a post.