To begin this project, I installed and set up Expo/Expo Go so I could develop my project and see the changes made in real-time.
I then built out the code for the separate "screens" I would need for the application, installed React Navigation, and set up a TouchableOpacity wrapper to allow users to navigate between said screens.
Also installed was Gifted Chat to handle much of the chat functionality of the application, and I implemented code to make use of the
KeyboardAvoidingView component to ensure the input field won't be hidden beneath the keyboard on any smaller screened devices.
Next up was installing Firebase, as well as getting my Google Firestore Database set up for the application to handle the messaging and media storage.
