UNPKG

reactotron-react-native

Version:

A development tool to explore, inspect, and diagnose your React Native apps.

9 lines 346 B
import { type ReactotronCore } from "reactotron-core-client"; /** * Track calls to console.log, console.warn, and console.debug and send them to Reactotron logger */ declare const trackGlobalLogs: () => (reactotron: ReactotronCore) => { onConnect: () => void; }; export default trackGlobalLogs; //# sourceMappingURL=trackGlobalLogs.d.ts.map