react-native-code-push-plugin
Version:
Config plugin to auto configure react-native-code-push on prebuild
7 lines (6 loc) • 301 B
TypeScript
import { ConfigPlugin } from "expo/config-plugins";
import { PluginConfigType } from "../pluginConfig";
/**
* Update `<project>/app/src/main/res/values/strings.xml` by adding react-native-code-push deployment key
*/
export declare const withAndroidStringsDependency: ConfigPlugin<PluginConfigType>;