UNPKG

@mikekhristo/expo-tiktok-opensdk

Version:

Expo module for TikTok OpenSDK (Fork of tiktok-opensdk-react-native)

11 lines 359 B
import { ConfigPlugin } from '@expo/config-plugins'; interface TikTokOpenSDKPluginProps { iosClientKey: string; androidClientKey: string; iosUniversalLink?: string; scheme?: string; redirectScheme?: string; } declare const _default: ConfigPlugin<TikTokOpenSDKPluginProps>; export = _default; //# sourceMappingURL=withTikTokOpenSDK.d.ts.map