react-native-device-log
react-native-device-log copied to clipboard
A UI and service for handling/displaying dev log messages on devices
Are there any typescript types for that package?
even after calling deviceLog.stopTimmer('timer') logs are still persisted.
debug-list-view.js exported so that color and theme of log list can be changed as per need.
I don't expect a PR to address this or anything, but @olofd do you have any ideas what I can check? I tried clearing and pausing the logs, and I...
This pull-requests is necessary to build this project with react-native 0.56.0. It upgrades to 1.1.1 of `react-native-invertible-scroll-view` which fixes that specific compile error only.
Per #15 NetInfo listeners are unreliable. This might be a temp fix until ReactNative gets their own issues resolved. See: https://github.com/facebook/react-native/issues/8615
Can I have a provision to share the logs via e-mail from a production App?
My app using ReactNative 0.47 and encounter the following error on importing deviceLog: "Cannot read property 'toUpperCase' of undefined' at line 69 of debug-service.js This happens because connectionInfo.type is undefined....