react-native-web-sound

0.1.3 • Public • Published

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.

License

MIT

Package Sidebar

Install

npm i react-native-web-sound

Weekly Downloads

687

Version

0.1.3

License

MIT

Unpacked Size

4.33 kB

Total Files

5

Last publish

Collaborators

  • jhen0409