react-native-web-sound
React Native for Web implementation of 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.