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

https://github.com/mybigday/react-native-web-sound

React Native for Web implementation of react-native-sound
https://github.com/mybigday/react-native-web-sound

Last synced: 2 months ago
JSON representation

React Native for Web implementation of react-native-sound

Awesome Lists containing this project

README

        

# react-native-web-sound

> React Native for Web implementation of [react-native-sound](https://github.com/zmxv/react-native-sound)

## Getting started

`$ yarn add react-native-web-sound`

Alias the package in your webpack config:

```
resolve: {
alias: {
'react-native': 'react-native-web',
...
'react-native-sound': 'react-native-web-sound',
}
}
```

## Usage

See [docs](https://github.com/zmxv/react-native-sound#basic-usage).

## License

[MIT](LICENSE.md)