UNPKG

@wwdrew/expo-spotify-sdk

Version:

Expo module wrapping the native Spotify iOS (v5) and Android (v4) SDKs for OAuth authentication and App Remote playback control

4 lines (3 loc) 167 B
import { ConfigPlugin } from "@expo/config-plugins"; import { SpotifyConfig } from "../types"; export declare const withSpotifyURLScheme: ConfigPlugin<SpotifyConfig>;