Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/expo/packages/@expo/cli/src/run/ios/options/__tests__/
H A DpromptDevice-test.ts6 const option = formatDeviceChoice({ constant
15 expect(stripAnsi(option.title)).toEqual(`�� Evan's phone (15.4.1)`);
16 expect(stripAnsi(option.value)).toEqual('00008101-001964A22629003A');
19 const option = formatDeviceChoice({ constant
28 expect(stripAnsi(option.title)).toEqual(`�� Evan's phone (15.4.1)`);
29 expect(stripAnsi(option.value)).toEqual('00008101-001964A22629003A');
32 const option = formatDeviceChoice({ constant
49 expect(stripAnsi(option.title)).toEqual(`iPhone 8 (15.4)`);
50 expect(stripAnsi(option.value)).toEqual('ADEF1A93-5D20-40C3-826C-5A4E04DBBB52');
53 const option = formatDeviceChoice({ constant
[all …]
/expo/tools/src/commands/
H A DPromotePackages.ts12 .option(
18 .option(
23 .option(
28 .option(
33 .option(
38 .option(
45 .option('-D, --dry', 'Whether to skip `npm dist-tag add` command.', false)
H A DCheckPackages.ts15 .option(
20 .option('-a, --all', 'Whether to check all packages and ignore `--since` option.', false)
21 .option('--no-build', 'Whether to skip `yarn build` check.', false)
22 .option('--no-test', 'Whether to skip `yarn test` check.', false)
23 .option('--no-lint', 'Whether to skip `yarn lint` check.', false)
24 .option('--fix-lint', 'Whether to run `yarn lint --fix` instead of `yarn lint`.', false)
25 .option(
H A DPublishPackages.ts25 .option(
30 .option(
35 .option(
40 .option(
44 .option(
49 .option('--no-deps', 'Whether not to include dependencies of the requested packages', false)
52 .option(
57 .option(
62 .option(
69 .option(
[all …]
H A DUpdateNativeDependencies.ts32 .option(
39 .option('-l, --list', 'List all available native dependencies updates.', false)
40 .option(
45 .option(
H A DAddSDKVersion.ts107 .option(
113 .option(
117 .option(
121 .option(
127 .option(
131 .option(
135 .option('-x, --packages <string...>', 'Name of the expo package to version.')
H A DIosGenerateDynamicMacros.ts37 .option(
41 .option(
45 .option(
49 .option(
H A DUpdateVersionsEndpoint.ts215 .option(
219 .option(
224 .option('-d, --deprecated [boolean]', 'Sets chosen SDK version as deprecated.')
225 .option('-r, --release-note-url [string]', 'URL pointing to the release blog post.')
226 .option('-k, --key [string]', 'A custom, dotted key that you want to set in the configuration.')
227 .option('-v, --value [any]', 'Value for the custom key to be set in the configuration.')
228 .option('--delete', 'Deletes config entry under key specified by `--key` flag.', false)
229 .option(
234 .option('--reset', 'Resets changes on staging to the state from production.', false)
H A DNativeUnitTests.ts45 .option(
49 .option(
53 .option(
H A DAndroidGenerateDynamicMacros.ts30 .option(
34 .option(
38 .option('--bare', 'Generate macros only for the bare-expo project.')
H A DPackagesDependencyGraphCommand.ts38 .option('--dev', 'Whether to include dev dependencies', false)
39 .option('--peer', 'Whether to include peer dependencies', false)
40 .option('--list-dependents-of <packageName>', 'Lists all dependents of the given package', '')
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A Dgenerate-codegen-artifacts.js16 .option('p', {
20 .option('o', {
24 .option('f', {
29 .option('k', {
35 .option('e', {
41 .option('c', {
47 .option('n', {
H A Dgenerate-specs-cli.js16 .option('p', {
20 .option('s', {
24 .option('o', {
29 .option('n', {
34 .option('j', {
39 .option('t', {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dgenerate-artifacts.js16 .option('p', {
20 .option('o', {
24 .option('f', {
29 .option('k', {
35 .option('e', {
41 .option('c', {
47 .option('n', {
H A Dgenerate-specs-cli.js16 .option('p', {
20 .option('s', {
24 .option('o', {
29 .option('n', {
34 .option('j', {
39 .option('t', {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dgenerate-codegen-artifacts.js16 .option('p', {
20 .option('o', {
24 .option('f', {
29 .option('k', {
35 .option('e', {
41 .option('c', {
47 .option('n', {
H A Dgenerate-specs-cli.js16 .option('p', {
20 .option('s', {
24 .option('o', {
29 .option('n', {
34 .option('j', {
39 .option('t', {
H A Dprepare-package-for-release.js27 .option('r', {
31 .option('v', {
36 .option('l', {
41 .option('d', {
/expo/packages/expo-modules-autolinking/src/
H A Dindex.ts23 .option<string[] | null>(
28 .option<string[] | null>(
33 .option(
38 .option('--silent', 'Silence resolution warnings')
64 .option('--dry-run', 'Only list files without writing changes to the file system')
76 }).option<boolean>('-j, --json', 'Output results in the plain JSON format.', () => true, false);
96 }).option<boolean>('-j, --json', 'Output results in the plain JSON format.', () => true, false);
103 .option(
107 .option(
111 .option(
/expo/packages/expo-modules-autolinking/build/
H A Dindex.js16 ….option('-i, --ignore-paths <ignorePaths...>', 'Paths to ignore when looking up for modules.', (va…
17 ….option('-e, --exclude <exclude...>', 'Package names to exclude when looking up for modules.', (va…
18 ….option('-p, --platform [platform]', 'The platform that the resulting modules must support. Availa…
19 .option('--silent', 'Silence resolution warnings')
40 .option('--dry-run', 'Only list files without writing changes to the file system')
52 }).option('-j, --json', 'Output results in the plain JSON format.', () => true, false);
70 }).option('-j, --json', 'Output results in the plain JSON format.', () => true, false);
76 ….option('-t, --target <path>', 'Path to the target file, where the package list should be written …
77 ….option('-n, --namespace <namespace>', 'Java package name under which the package list should be p…
78 ….option('--empty', 'Whether to only generate an empty list. Might be used when the user opts-out o…
/expo/packages/expo-gl/build/
H A DGLUtils.js13 gl.__expoSetLogging = (option) => { argument
16 if (!loggingOption === !option) {
17 loggingOption = option;
21 if (option === GLLoggingOption.DISABLED || !option) {
27 loggingOption = option;
78 loggingOption = option;
/expo/packages/expo-gl/src/
H A DGLUtils.ts16 gl.__expoSetLogging = (option: GLLoggingOption): void => {
19 if (!loggingOption === !option) {
20 loggingOption = option;
25 if (option === GLLoggingOption.DISABLED || !option) {
31 loggingOption = option;
90 loggingOption = option;
/expo/docs/ui/components/Header/
H A DThemeSelector.tsx28 const option = e.target.value;
29 if (option === 'auto') setAutoMode();
30 if (option === 'dark') setDarkMode();
31 if (option === 'light') setLightMode();
33 <option value="auto">Auto</option>
34 <option value="light">Light</option>
35 <option value="dark">Dark</option>
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/hermes/
H A Dcreate-tarball.js24 .option('i', {
28 .option('b', {
34 .option('o', {
38 .option('exclude-debug-symbols', {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/hermes/
H A Dcreate-tarball.js24 .option('i', {
28 .option('b', {
34 .option('o', {
38 .option('exclude-debug-symbols', {

12345678910>>...15