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

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