Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/android/
H A DPackage.d.ts3 export declare const withPackageGradle: ConfigPlugin; constant
H A DPackage.js78 const withPackageGradle = config => { function
/expo/packages/@expo/config-plugins/src/android/
H A DPackage.ts16 export const withPackageGradle: ConfigPlugin = (config) => { constant