Is there any way to get React Native to output all console.log
calls to same place NSLog
goes?
Is there a way I can see the outputs from console.log
in Release mode?
If not is there an NSLog helper for react native I can use?
(note I know that in Debug mode I have a multitude of ways of getting this info, but I am having specific issue with Release mode that I need to diagnose.)