@edualm/react-native-shazam-kit
v0.1.5
Published
ShazamKit (iOS) for React Native.
Downloads
3
Readme
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-kit
Usage
import ShazamKit from "@edualm/react-native-shazam-kit";
// ...
if (await ShazamKit.isSupported()) {
const result = await ShazamKit.listen();
}
License
MIT