During the majority of the time for the first few months on this project, our team was stuck on attempting to get ReactNative to work on all of our machines. Following the readme from the previous team did not help, as it led to a link to the ReactNative Get Started page, which gave very few instructions and no help with troubleshooting problems. Attempts at getting the latest version of the code to work proved futile, and eventually, we were just at a standstill. The only thing we were able to do at that time was look for other solutions, and to read through the code and figure out what is going on inside of it all. Most of my time was spent working on ReactNative with an Android emulator on Android Studio, however it never ended up working. Later on, Brady found out a workaround by using the Lite version of the code, which did not have the latest updates, but it allowed us to work with the project. Another change that had to be made to accommodate us was that we were using an older...
I have not posted on the dev blog, I will summarize the project and run down the work I did throughout. During September and October, we did not make much progress on the project. Most of our time was spent trying to setup our individual development environments with react-native where each of us ran into our own issues. My experience primarily hinged on the more frequent updates of macOS compared to react-native causing frequent version issues and workarounds to have proper builds. I was able to find several massive threads on forums discussing the same or similar error messages to those which my builds would receive, however each of these threads contained a wide variety of "solutions" which frequently worked for only the poster or at most 5-10 other users. After reading many of these and trying their small, hacky solutions, I gave up and figured the installation of my libraries was wrong. Initially, I had figured my Xcode was out of date, but updating that would requi...