I've been really enjoying using the Shoutem builder to create a starter template for React Native. However I want to use my own IDE (Deco IDE) to run a simulator locally and change the code.
However, after I "pull" my app from Shoutem via the CLI and run NPM install + react-native link
the application won't compile for the simulator. If I use the command shoutem run
the application will build and run perfectly, but this is not as convenient as having a simulator and being able to see the code as I change it.
Any help getting a shoutem app running locally in an simulator?
For anyone interested the error I am getting is: Print: Entry, ":CFBundleIdentifier", Does Not Exist