Guest User

Untitled

a guest
Jan 16th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. In `AppDelegate.m`
  2.  
  3. `#import <React/RCTLog.h>`
  4.  
  5. Then in the `didFinishLaunchingWithOptions` function add:
  6.  
  7. `RCTSetLogThreshold(RCTLogLevelInfo - 1);`
  8.  
  9.  
  10. --------
  11.  
  12. Then in Build Settings, search for `Preprocessor Macros` and set `Production` to `DEBUG=1`
Add Comment
Please, Sign In to add comment