Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/android/
H A DPackage.d.ts4 export declare const withPackageRefactor: ConfigPlugin; constant
H A DPackage.js89 const withPackageRefactor = config => { function
/expo/packages/@expo/config-plugins/src/android/
H A DPackage.ts30 export const withPackageRefactor: ConfigPlugin = (config) => { constant