| /expo/packages/expo-updates/cli/ |
| H A D | cli.ts | 9 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 D | ios-unit-tests.yml | 11 - 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 D | client-ios.yml | 12 - 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 D | versioning.yml | 10 - tools/src/commands/AddSDKVersion.ts 11 - tools/src/commands/RemoveSDKVersion.ts
|
| /expo/packages/@expo/cli/bin/ |
| H A D | cli.ts | 18 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 D | CocoaPodsPackageManager-test.ts | 131 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 D | index.js.map | 1 …om 'commander';\n\nimport CreateProject from './commands/CreateProject';\nimport RunTest from './c…
|
| /expo/docs/pages/build-reference/ |
| H A D | npm-hooks.mdx | 10 …- 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 D | clear-cache-macos-linux.mdx | 5 > 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 D | clear-cache-windows.mdx | 5 > 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 D | mod-compiler.ts | 86 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 D | EXKernelDevKeyCommands.m | 70 @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 D | ABI49_0_0RCTDevMenu.mm | 126 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 D | ABI47_0_0RCTDevMenu.mm | 126 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 D | ABI48_0_0RCTDevMenu.mm | 126 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 D | ABI48_0_0UITemplateProcessor.cpp | 123 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 D | ABI49_0_0UITemplateProcessor.cpp | 123 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 D | ABI47_0_0UITemplateProcessor.cpp | 124 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 D | README.md | 2 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 D | mod-compiler.js | 126 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 D | ABI48_0_0UITemplateProcessorTest.cpp | 89 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 D | ABI49_0_0UITemplateProcessorTest.cpp | 89 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 D | ABI47_0_0UITemplateProcessorTest.cpp | 90 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 D | CONTRIBUTING.md | 5 …installed scripts in the same places. A simple way to do this is to run commands with `yarn exec` …
|
| H A D | README.md | 15 - [⌘ 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…
|