react-native-xlog-jsi
Version:
It allows you to easily use https://github.com/Tencent/mars#mars-xlog inside your React Native applications.
32 lines (19 loc) • 688 B
Markdown
It allows you to easily use mars-xlog inside your React Native applications.
[](https://github.com/Flickering-AI/react-native-xlog-jsi/actions/workflows/npm-publish.yml)
```sh
yarn add react-native-xlog-jsi
```
```javascript
import Xlog from 'react-native-xlog-jsi';
// init
const xlog = new Xlog();
// flush before pull xlog file
Xlog.appenderFlush();
```
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
MIT