Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 688 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 688 Bytes

react-native-xlog-jsi

It allows you to easily use mars-xlog inside your React Native applications.

Node.js Package

Installation

yarn add react-native-xlog-jsi

Usage

import Xlog from 'react-native-xlog-jsi';

// init
const xlog = new Xlog();

// flush before pull xlog file
Xlog.appenderFlush();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT