Konstantin Lindner
Results
1
issues of
Konstantin Lindner
### Steps to Reproduce the Problem Enable native iOS Console Logs using the instructions provided [here](https://docs.instabug.com/docs/react-native-logging#native-ios-console-logs) by adding this to `AppDelegate.mm`: ```objective-c #import inline void NSLog(NSString *format, ...) { va_list...