I’m attempting to debug my app during an iPython session. In terminal - I’ve started an Appium server in one tab, started a React packager in a tab, and %run project.py in another tab. Once the simulator is run and the bundling is complete, I get this screen:
Can anybody provide any insight or steps that I need to take to see the actual app I’m trying to run on the simulator? I don’t really understand why this is happening.