Infinite Loop, 31/100 Days of Code
I’ve reached an inescapable infinite loop in my app and I can’t seem to get around it.
I started by setting up this project with Git. I cloned the repo from Github and configured Git in the directory. Now I’m able to push commits to Github.
Next, I initialized a standard React Native application in a separate directory. This allowed me to generate the resources needed for building the app. I no longer need to copy and paste an App.js file. I can simply pull updates and work from there.
I copied the resources into the Travel directory. Then I created a commit and pushed changes to Github.
Finally! My project files are set up on Github. The only thing left was to work on the project.
Except I couldn’t! When I ran Watchmen and started my Android Virtual Device, I saw the same infinite loading screen. It appears I’m still unable to get the app up and running
At the very least, I have Git setup and am able to push changes. I’ll keep playing around with the files until I get this thing to work!
-CF