We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81eb6f5 commit 0b7a866Copy full SHA for 0b7a866
README.md
@@ -2,6 +2,8 @@
2
3
It allows you to easily use mars-xlog inside your React Native applications.
4
5
+[](https://github.com/Flickering-AI/react-native-xlog-jsi/actions/workflows/npm-publish.yml)
6
+
7
## Installation
8
9
```sh
@@ -10,7 +12,15 @@ yarn add react-native-xlog-jsi
10
12
11
13
## Usage
14
-No action needed.
15
+```javascript
16
+import Xlog from 'react-native-xlog-jsi';
17
18
+// init
19
+const xlog = new Xlog();
20
21
+// flush before pull xlog file
22
+Xlog.appenderFlush();
23
+```
24
25
## Contributing
26
0 commit comments