Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 114) sorted by relevance

12345

/expo/packages/expo-updates/cli/
H A Dcli.ts9 const commands: { [command: string]: () => Promise<Command> } = { constant
41 ${Object.keys(commands).sort().join(', ')}
62 commands[command]().then((exec) => exec(commandArgs));
/expo/.github/workflows/
H A Dios-unit-tests.yml11 - tools/src/commands/IosGenerateDynamicMacros.ts
12 - tools/src/commands/IosNativeUnitTests.ts
13 - tools/src/commands/NativeUnitTests.ts
25 - tools/src/commands/IosGenerateDynamicMacros.ts
26 - tools/src/commands/IosNativeUnitTests.ts
27 - tools/src/commands/NativeUnitTests.ts
H A Dclient-ios.yml12 - tools/src/commands/IosGenerateDynamicMacros.ts
14 - tools/src/commands/ClientBuild.ts
25 - tools/src/commands/IosGenerateDynamicMacros.ts
27 - tools/src/commands/ClientBuild.ts
H A Dversioning.yml10 - tools/src/commands/AddSDKVersion.ts
11 - tools/src/commands/RemoveSDKVersion.ts
/expo/packages/@expo/cli/bin/
H A Dcli.ts18 const commands: { [command: string]: () => Promise<Command> } = { constant
71 const isSubcommand = Boolean(commands[args._[0]]);
94 } = commands;
194 commands[command]().then((exec) => {
/expo/packages/@expo/package-manager/src/ios/__tests__/
H A DCocoaPodsPackageManager-test.ts131 manager._runAsync = jest.fn((commands: string[]) => {
132 const cmd = commands.join(' ');
171 manager._runAsync = jest.fn((commands: string[]) => {
172 const cmd = commands.join(' ');
204 manager._runAsync = jest.fn((commands: string[]) => {
205 const cmd = commands.join(' ');
/expo/packages/expo-test-runner/build/
H A Dindex.js.map1 …om 'commander';\n\nimport CreateProject from './commands/CreateProject';\nimport RunTest from './c…
/expo/docs/pages/build-reference/
H A Dnpm-hooks.mdx10 …- Android - runs once after the following commands have all completed: `npm install` and `npx expo…
11 …- iOS - runs once after the following commands have all completed: `npm install`, `npx expo prebui…
66 echo "Run commands for Android builds here"
68 echo "Run commands for iOS builds here"
92 console.log('Run commands for Android builds here');
94 console.log('Run commands for iOS builds here');
/expo/docs/pages/troubleshooting/
H A Dclear-cache-macos-linux.mdx5 > Need to clear development caches on Windows? [Find the relevant commands here.](clear-cache-windo…
61 ## What these commands are doing
63 …and commands you find on the internet before you run them. We explain each command below for Expo …
H A Dclear-cache-windows.mdx5 > Need to clear development caches on macOS or Linux? [Find the relevant commands here.](clear-cach…
59 ## What these commands are doing
61 …and commands you find on the internet before you run them. We explain each command below for Expo …
/expo/packages/@expo/config-plugins/src/plugins/
H A Dmod-compiler.ts86 function sortMods(commands: [string, any][], order: string[]): [string, any][] {
87 const allKeys = commands.map(([key]) => key);
92 const commandSet = commands.find(([key]) => key === group);
/expo/ios/Exponent/Kernel/DevSupport/
H A DEXKernelDevKeyCommands.m70 @property (nonatomic, strong) NSMutableSet<EXKeyCommand *> *commands;
134 NSSet<EXKeyCommand *> *commands = [EXKernelDevKeyCommands sharedInstance].commands;
135 return [[commands valueForKeyPath:@"keyCommand"] allObjects];
144 for (EXKeyCommand *command in [EXKernelDevKeyCommands sharedInstance].commands) {
216 #pragma mark - expo dev commands
296 #pragma mark - managing list of commands
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTDevMenu.mm126 ABI49_0_0RCTKeyCommands *commands = [ABI49_0_0RCTKeyCommands sharedInstance];
130 [commands registerKeyCommandWithInput:@"d"
137 [commands registerKeyCommandWithInput:@"i"
145 [commands registerKeyCommandWithInput:@"n"
157 ABI49_0_0RCTKeyCommands *commands = [ABI49_0_0RCTKeyCommands sharedInstance];
159 [commands unregisterKeyCommandWithInput:@"d" modifierFlags:UIKeyModifierCommand];
160 [commands unregisterKeyCommandWithInput:@"i" modifierFlags:UIKeyModifierCommand];
161 [commands unregisterKeyCommandWithInput:@"n" modifierFlags:UIKeyModifierCommand];
168 ABI49_0_0RCTKeyCommands *commands = [ABI49_0_0RCTKeyCommands sharedInstance];
171 [commands isKeyCommandRegisteredForInput:@"i" modifierFlags:UIKeyModifierCommand] &&
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTDevMenu.mm126 ABI47_0_0RCTKeyCommands *commands = [ABI47_0_0RCTKeyCommands sharedInstance];
130 [commands registerKeyCommandWithInput:@"d"
137 [commands registerKeyCommandWithInput:@"i"
145 [commands registerKeyCommandWithInput:@"n"
157 ABI47_0_0RCTKeyCommands *commands = [ABI47_0_0RCTKeyCommands sharedInstance];
159 [commands unregisterKeyCommandWithInput:@"d" modifierFlags:UIKeyModifierCommand];
160 [commands unregisterKeyCommandWithInput:@"i" modifierFlags:UIKeyModifierCommand];
161 [commands unregisterKeyCommandWithInput:@"n" modifierFlags:UIKeyModifierCommand];
168 ABI47_0_0RCTKeyCommands *commands = [ABI47_0_0RCTKeyCommands sharedInstance];
171 [commands isKeyCommandRegisteredForInput:@"i" modifierFlags:UIKeyModifierCommand] &&
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTDevMenu.mm126 ABI48_0_0RCTKeyCommands *commands = [ABI48_0_0RCTKeyCommands sharedInstance];
130 [commands registerKeyCommandWithInput:@"d"
137 [commands registerKeyCommandWithInput:@"i"
145 [commands registerKeyCommandWithInput:@"n"
157 ABI48_0_0RCTKeyCommands *commands = [ABI48_0_0RCTKeyCommands sharedInstance];
159 [commands unregisterKeyCommandWithInput:@"d" modifierFlags:UIKeyModifierCommand];
160 [commands unregisterKeyCommandWithInput:@"i" modifierFlags:UIKeyModifierCommand];
161 [commands unregisterKeyCommandWithInput:@"n" modifierFlags:UIKeyModifierCommand];
168 ABI48_0_0RCTKeyCommands *commands = [ABI48_0_0RCTKeyCommands sharedInstance];
171 [commands isKeyCommandRegisteredForInput:@"i" modifierFlags:UIKeyModifierCommand] &&
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/
H A DABI48_0_0UITemplateProcessor.cpp123 auto commands = parsed["commands"]; in buildShadowTree() local
124 std::vector<ShadowNode::Shared> nodes(commands.size() * 2); in buildShadowTree()
126 for (const auto &command : commands) { in buildShadowTree()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/
H A DABI49_0_0UITemplateProcessor.cpp123 auto commands = parsed["commands"]; in buildShadowTree() local
124 std::vector<ShadowNode::Shared> nodes(commands.size() * 2); in buildShadowTree()
126 for (const auto &command : commands) { in buildShadowTree()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/
H A DABI47_0_0UITemplateProcessor.cpp124 auto commands = parsed["commands"]; in buildShadowTree() local
125 std::vector<ShadowNode::Shared> nodes(commands.size() * 2); in buildShadowTree()
127 for (const auto &command : commands) { in buildShadowTree()
/expo/tools/
H A DREADME.md2 A set of commands and libraries for working within the Expo repository.
17 For example, running `et --help` will display all the available commands.
/expo/packages/@expo/config-plugins/build/plugins/
H A Dmod-compiler.js126 function sortMods(commands, order) { argument
127 const allKeys = commands.map(([key]) => key);
132 const commandSet = commands.find(([key]) => key === group);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/tests/
H A DABI48_0_0UITemplateProcessorTest.cpp89 auto bytecode = R"delim({"version":0.1,"commands":[ in TEST()
124 auto bytecode = R"delim({"version":0.1,"commands":[ in TEST()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/tests/
H A DABI49_0_0UITemplateProcessorTest.cpp89 auto bytecode = R"delim({"version":0.1,"commands":[ in TEST()
124 auto bytecode = R"delim({"version":0.1,"commands":[ in TEST()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/tests/
H A DABI47_0_0UITemplateProcessorTest.cpp90 auto bytecode = R"delim({"version":0.1,"commands":[ in TEST()
125 auto bytecode = R"delim({"version":0.1,"commands":[ in TEST()
/expo/packages/expo-module-scripts/
H A DCONTRIBUTING.md5 …installed scripts in the same places. A simple way to do this is to run commands with `yarn exec` …
H A DREADME.md15 - [⌘ Commands](#-commands)
22 - [Lifecycle Commands](#lifecycle-commands)
225 … more commands without changing the behavior of existing commands while not needing to define more…
231 # For commonly run commands, add "expo-module test" as an npm script named "test"
235 For scripts that need to run as part of the npm lifecycle, you'd invoke the commands from npm scrip…
246 These are the commands:
299 These are commands to run as part of [the npm scripts lifecycle](https://docs.npmjs.com/misc/script…
315 This package depends on common development dependencies like Babel and Jest. The commands for compi…

12345