Searched defs:AppJSONConfig (Results 1 – 2 of 2) sorted by relevance
45 export type AppJSONConfig = { alias
46 export type AppJSONConfig = { expo: ExpoConfig; [key: string]: any }; alias