UNPKG

@42techpacks/expo-spotify-sdk

Version:
6 lines 356 B
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