1.0.3 • Published 5 years ago
react-native-tclogs v1.0.3
react-native-tclogs
Getting started
$ npm install react-native-tclogs --save
$ yarn add react-native-tclogs
Mostly automatic installation
$ react-native link react-native-tclogs
Usage
import Tclogs from 'react-native-tclogs';
TCLog.config({
serverUrl: '...',
hasDeviceInfo: true,
});
TCLog.debug(`this is a debug log`);