Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/necmettindev/react-native-super-sound
React Native Super Sound: Seamless Native Sound Integration for iOS and Android
https://github.com/necmettindev/react-native-super-sound
Last synced: 18 days ago
JSON representation
React Native Super Sound: Seamless Native Sound Integration for iOS and Android
- Host: GitHub
- URL: https://github.com/necmettindev/react-native-super-sound
- Owner: necmettindev
- License: mit
- Created: 2023-10-04T09:47:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T10:06:18.000Z (over 1 year ago)
- Last Synced: 2023-10-04T18:59:00.890Z (over 1 year ago)
- Language: Java
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 Super Sound
React Native Super Sound: Seamless Native Sound Integration for iOS and Android
## Installation
```sh
npm install react-native-super-sound
```## Usage
```ts
import { multiply } from 'react-native-super-sound';// ...
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.