react-native-debugger
react-native-debugger copied to clipboard
Debugging Native Modules
React Native Debugger app version: 0.13.0 React Native version: 0.71.3 Platform: iOS & Android Is real device of platform: Yes, using a real device Operating System: Windows
Is there a method for enabling debugging of native modules?
For example I could use adb logcat '*:S' ReactNative:V ReactNativeJS:V ReactNativeBleManager:V and I would get the verbose logging out of the BleManager in addition to the logging from ReactNative. This may be an undocumented feature already, but if it isn't it would be nice to have the ability to add additional arguments as needed.