https://github.com/flickering-ai/react-native-xlog-jsi
Add https://github.com/Tencent/mars#mars-xlog to your React Native applications
https://github.com/flickering-ai/react-native-xlog-jsi
jsi mars-xlog react-native xlog
Last synced: 4 months ago
JSON representation
Add https://github.com/Tencent/mars#mars-xlog to your React Native applications
- Host: GitHub
- URL: https://github.com/flickering-ai/react-native-xlog-jsi
- Owner: Flickering-AI
- License: mit
- Created: 2022-06-20T03:27:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T07:23:20.000Z (about 2 years ago)
- Last Synced: 2025-05-02T16:04:43.664Z (5 months ago)
- Topics: jsi, mars-xlog, react-native, xlog
- Language: C++
- Homepage:
- Size: 3.43 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-xlog-jsi
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)
## Installation
```sh
yarn add react-native-xlog-jsi
```## Usage
```javascript
import Xlog from 'react-native-xlog-jsi';// init
const xlog = new Xlog();// flush before pull xlog file
Xlog.appenderFlush();
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT