# 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)
