UNPKG

react-native-audio-api

Version:

react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification

9 lines (7 loc) 282 B
"use strict"; export * from './api'; // Note: hooks are (and always should!) rely only on imports from './api' // to be able to use them both in RN and Web environments. // Thus they can/have to be exported here. export * from "./hooks/index.js"; //# sourceMappingURL=index.js.map