Home
last modified time | relevance | path

Searched refs:getDefaultNativeScheme (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/options/__tests__/
H A DresolveNativeScheme-test.ts4 import { promptOrQueryNativeSchemeAsync, getDefaultNativeScheme } from '../resolveNativeScheme';
21 describe(getDefaultNativeScheme, () => {
29 getDefaultNativeScheme(
49 getDefaultNativeScheme(
/expo/packages/@expo/cli/src/run/ios/options/
H A DresolveNativeScheme.ts25 getDefaultNativeScheme(projectRoot, options, xcodeProject)
68 export function getDefaultNativeScheme( function