Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.