Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidIcons.d.ts10 export declare const withAndroidIcons: ConfigPlugin; constant
H A DwithAndroidIcons.js88 const withAndroidIcons = config => { function
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts39 export const withAndroidIcons: ConfigPlugin = (config) => { constant