UNPKG

@lovesworking/watermelondb-expo-plugin-sdk-52-plus

Version:
10 lines (9 loc) 343 B
import { ExpoConfig } from "@expo/config-types"; type Options = { disableJsi?: boolean; databases?: string[]; excludeSimArch?: boolean; }; export declare function withSDK50(options: Options): (config: ExpoConfig) => ExpoConfig; declare const _default: (config: ExpoConfig, options: Options) => ExpoConfig; export default _default;