This morning, as we went to record the video component for our project, we hit a disaster. When trying to load the application using expo, we crashed expo. We had never experienced this before, and were immediately confused to why this was happening. Upon inspection, we realized it was due to installing a deprecated dependency to our application, to allow for unit testing.
Following this, we decided to uninstall and then reinstall our node packages, and check our package.json file. After doing this, we were able to get it to run on android again, but the ios package still springs errors. A fix for this is ongoing.