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: 5 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T10:06:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T08:20:09.901Z (6 months 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.