Skip to content
Discussion options

You must be logged in to vote

On Android, you can use if (BuildConfig.DEBUG) to check if you're on Debug. Similarly on iOS, you can check with #ifdef DEBUG.

That's not really specific to React Native also, any other native app will respect the same behavior

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lindboe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants