0.1.3 • Published 1 year ago

react-native-web-sound v0.1.3

Weekly downloads
12
License
MIT
Repository
github
Last release
1 year ago

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