Skip to content

Instantly share code, notes, and snippets.

View samuelbezerrab's full-sized avatar

Samuel Bezerra samuelbezerrab

View GitHub Profile
@samuelbezerrab
samuelbezerrab / gist:9044d67d5d47f37d3c22190c20310b14
Created September 25, 2019 19:17
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