It allows you to easily use mars-xlog inside your React Native applications.
yarn add react-native-xlog-jsi
import Xlog from 'react-native-xlog-jsi';
// init
const xlog = new Xlog();
// flush before pull xlog file
Xlog.appenderFlush();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT