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

8 lines (7 loc) 363 B
// Entry point for experimental React APIs that are not yet part of the stable // public surface, consumed via `react-native-audio-api/development/react`. // // Add new experimental exports here. Once an API stabilizes, promote it into // the main package export (see `src/Audio`, exported from `src/api.ts`, for an // example of a graduated feature). export {};