Skip to content

Instantly share code, notes, and snippets.

@schinsue
Forked from andrey-skl/AppDelegate.m
Created February 6, 2019 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schinsue/f7377917c259b2dbb2102ee42ff078ef to your computer and use it in GitHub Desktop.
Save schinsue/f7377917c259b2dbb2102ee42ff078ef to your computer and use it in GitHub Desktop.
How to enable logging in production build of React Native app
...
#import "RCTLog.h"
...
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
RCTSetLogThreshold(RCTLogLevelInfo);
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment