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
- Host: GitHub
- URL: https://github.com/mybigday/react-native-web-sound
- Owner: mybigday
- License: mit
- Created: 2020-10-26T03:07:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T02:27:15.000Z (over 2 years ago)
- Last Synced: 2025-03-23T09:48:30.862Z (3 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)