@42techpacks/expo-spotify-sdk
Version:
Expo Module for native Spotify SDK
6 lines • 356 B
JavaScript
import { NativeModule, requireNativeModule } from "expo-modules-core";
const ExpoSpotifySDK = requireNativeModule("ExpoSpotifySDK");
// It loads the native module object from the JSI or falls back to
// the bridge module (from NativeModulesProxy) if the remote debugger is on.
export default ExpoSpotifySDK;
//# sourceMappingURL=ExpoSpotifySDKModule.js.map