Skip to content

Instantly share code, notes, and snippets.

@hirejohnsalcedo
Created February 21, 2020 23:21
Show Gist options
  • Save hirejohnsalcedo/8fef5e837f6ec85be5ad4478a55cde9c to your computer and use it in GitHub Desktop.
Save hirejohnsalcedo/8fef5e837f6ec85be5ad4478a55cde9c to your computer and use it in GitHub Desktop.
import { NativeModules } from 'react-native';
if (__DEV__) {
NativeModules.DevSettings.setIsDebuggingRemotely(true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment