Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 432 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 432 Bytes

React Native Super Sound

React Native Super Sound: Seamless Native Sound Integration for iOS and Android

Installation

npm install react-native-super-sound

Usage

import { multiply } from 'react-native-super-sound';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.