UNPKG

@appzung/react-native-code-push

Version:

React Native plugin for the CodePush service

14 lines (13 loc) 428 B
"use strict"; import { NativeRNAppZungCodePushModule } from "./NativeRNAppZungCodePushModule.js"; let config; export async function getConfiguration() { if (!config) { config = await NativeRNAppZungCodePushModule.getConfiguration(); } return config; } export async function reloadCachedConfiguration() { config = await NativeRNAppZungCodePushModule.getConfiguration(); } //# sourceMappingURL=getConfiguration.js.map