Get mode, Dev or prod

Hey, is there any way to know in the code if the app is in dev or prod mode?

Yeah, you can use __DEV__. Check out this example from our starter project.

Thank! I will try this asap.