Searched defs:isDevClient (Results 1 – 3 of 3) sorted by relevance
39 const isDevClient = query['choice'] === 'expo-dev-client'; constant
49 const isDevClient = isAutoDevClient || isUserDefinedDevClient; constant
147 for (const isDevClient of [false, true]) { constant