Skip to content

Instantly share code, notes, and snippets.

@samuelbezerrab
Created September 25, 2019 19:17
Show Gist options
  • Select an option

  • Save samuelbezerrab/9044d67d5d47f37d3c22190c20310b14 to your computer and use it in GitHub Desktop.

Select an option

Save samuelbezerrab/9044d67d5d47f37d3c22190c20310b14 to your computer and use it in GitHub Desktop.
React Native enabling logging in production
#import <React/RCTLog.h>
// - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
RCTSetLogThreshold(RCTLogLevelTrace);
// Also enable log on JS __DEV__=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment