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

7 lines (5 loc) 225 B
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';