UNPKG

@react-native-kakao/core

Version:
8 lines (7 loc) 236 B
import type { ConfigPlugin } from 'expo/config-plugins'; import type { KakaoAndroidConfig } from './type'; declare const withAndroid: ConfigPlugin<{ nativeAppKey: string; android: KakaoAndroidConfig; }>; export { withAndroid };