1.0.3 • Published 5 years ago

react-native-tclogs v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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`);