UNPKG

react-native-code-push-plugin

Version:

Config plugin to auto configure react-native-code-push on prebuild

8 lines (7 loc) 345 B
import { ConfigPlugin } from "expo/config-plugins"; import { PluginConfigType } from "../pluginConfig"; /** * Makes the app delegate aware of the CodePush bundle location. * https://github.com/microsoft/react-native-code-push/blob/master/docs/setup-ios.md */ export declare const withIosAppDelegateDependency: ConfigPlugin<PluginConfigType>;