Home
last modified time | relevance | path

Searched defs:withAllowBackup (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DAllowBackup.d.ts3 export declare const withAllowBackup: import("..").ConfigPlugin; constant
H A DAllowBackup.js24 const withAllowBackup = (0, _androidPlugins().createAndroidManifestPlugin)(setAllowBackup, 'withAll… constant
/expo/packages/@expo/config-plugins/src/android/
H A DAllowBackup.ts6 export const withAllowBackup = createAndroidManifestPlugin(setAllowBackup, 'withAllowBackup'); constant