react-native-web-sound
Version:
React Native for Web implementation of react-native-sound
28 lines (18 loc) • 495 B
Markdown
> React Native for Web implementation of [react-native-sound](https://github.com/zmxv/react-native-sound)
`$ 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',
}
}
```
See [docs](https://github.com/zmxv/react-native-sound#basic-usage).
[](LICENSE.md)