0.1.5 • Published 4 years ago
@edualm/react-native-shazam-kit v0.1.5
React Native ShazamKit (iOS only)
Use ShazamKit for song recognition from within React Native.
This module is only supported on iOS. Using it in Android will not crash your app - you can easily check for support using the isSupported() method.
Installation
npm install @edualm/react-native-shazam-kitUsage
import ShazamKit from "@edualm/react-native-shazam-kit";
// ...
if (await ShazamKit.isSupported()) {
const result = await ShazamKit.listen();
}License
MIT