UNPKG

@react-native-kakao/core

Version:

React Native Kakao Core SDK

9 lines (8 loc) 301 B
import type { ConfigPlugin } from 'expo/config-plugins'; import type { KakaoAndroidConfig, KakaoIosConfig } from './type'; declare const _default: ConfigPlugin<{ nativeAppKey: string; android?: KakaoAndroidConfig | undefined; ios?: KakaoIosConfig | undefined; }>; export default _default;