The project was crashing because there was a Top Tab Navigator added into the app but it had no screens attached to it. That will crash an app very consistently. You will need to either delete it (which would make sense if you only have one screen) or move the screen into the navigator like so:
