UNPKG

@hyext-beyond/hy-ui-native

Version:

A native lib polyfill for huya miniapp

5 lines 167 B
import Sound from 'react-native-sound'; export var createSound = function createSound(src, cb) { return new Sound(src, undefined, cb); }; export default createSound;