UNPKG

@react-native-kakao/core

Version:

React Native Kakao Core SDK

8 lines (7 loc) 216 B
import { type ConfigPlugin } from 'expo/config-plugins'; import type { KakaoIosConfig } from './type'; declare const withIos: ConfigPlugin<{ nativeAppKey: string; ios: KakaoIosConfig; }>; export { withIos };