https://github.com/agoraio-extensions/react-native-agora-rawdata
The rawdata plugin for react-native-agora
https://github.com/agoraio-extensions/react-native-agora-rawdata
Last synced: about 1 year ago
JSON representation
The rawdata plugin for react-native-agora
- Host: GitHub
- URL: https://github.com/agoraio-extensions/react-native-agora-rawdata
- Owner: AgoraIO-Extensions
- License: mit
- Created: 2020-11-17T06:46:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T06:57:50.000Z (over 2 years ago)
- Last Synced: 2024-05-05T18:21:03.276Z (about 2 years ago)
- Language: Java
- Size: 698 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-agora-rawdata
react-native-agora-rawdata
## Installation
```sh
npm install react-native-agora-rawdata
```
## Usage
```js
import { multiply } from 'react-native-agora-rawdata';
// ...
const result = await multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)