Reputation: 13079
When running my react native app on the connected iPhone I see that the app is being run with DEV=TRUE:
I am running the app by opening the xcode project file, and pressing the play button.
How can I do the same but make it run with DEV = false?
Upvotes: 4
Views: 2213
Reputation: 2894
Hold the option key when you hit run in xcode and change the drop down from debug to release.
Upvotes: 8