UNPKG

react-native-audio-playback

Version:

Play sounds with lowest latency in React Native using Google Oboe for Android and Audio Unit for iOS

13 lines (12 loc) 233 B
/** * @type {import('@react-native-community/cli-types').UserDependencyConfig} */ module.exports = { dependency: { platforms: { android: { cmakeListsPath: 'generated/jni/CMakeLists.txt', }, }, }, };