react-native-sound-engine
v0.1.0
Published
a sound package
Maintainers
Readme
(NPM install warning)?! Do not install, the package is in its earliest phase. it only exisst here for testing reasons
react-native-sound-engine
a sound package
Installation
npm install react-native-sound-engineUsage
import { helloSound } from 'react-native-sound-engine';
const greeting = helloSound();
useEffect(() => {
console.log(greeting) // 'hello from react-native-sound-engine'
}, [])
## Contributing
- [Development workflow](CONTRIBUTING.md#development-workflow)
- [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
- [Code of conduct](CODE_OF_CONDUCT.md)
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)