react-native-code-push-plugin
Version:
Config plugin to auto configure react-native-code-push on prebuild
8 lines (7 loc) • 334 B
TypeScript
import { ConfigPlugin } from "expo/config-plugins";
import { PluginConfigType } from "../pluginConfig";
/**
* Sets the CodePushDeploymentKey in the iOS Info.plist
* https://github.com/microsoft/react-native-code-push/blob/master/docs/setup-ios.md
*/
export declare const withIosInfoPlistDependency: ConfigPlugin<PluginConfigType>;