Skip to content

Instantly share code, notes, and snippets.

@salvar-labs
Created February 4, 2021 23:35
Show Gist options
  • Select an option

  • Save salvar-labs/cc140ccdad72832e908e07d4700a5e42 to your computer and use it in GitHub Desktop.

Select an option

Save salvar-labs/cc140ccdad72832e908e07d4700a5e42 to your computer and use it in GitHub Desktop.
Quickly check development environment in React Native
/// ...
if (__DEV__) {
/// Dev environment...
} else {
/// Production environment...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment