Home
last modified time | relevance | path

Searched refs:EXPO_EDITOR (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/cli/src/utils/__tests__/
H A Deditor-test.ts9 const original_EXPO_EDITOR = process.env.EXPO_EDITOR;
12 process.env.EXPO_EDITOR = original_EXPO_EDITOR;
17 delete process.env.EXPO_EDITOR;
21 process.env.EXPO_EDITOR = 'bacon';
/expo/packages/@expo/cli/src/utils/
H A Deditor.ts12 const editor = env.EXPO_EDITOR;
H A Denv.ts93 get EXPO_EDITOR(): string { method in Env
/expo/docs/pages/more/
H A Dexpo-cli.mdx82 … | Open project code in your editor. This can be configured with the `EXPO_EDITOR` and `EDITOR` […
492 | `EXPO_EDITOR` | **string** | An Expo-specific version of the `EDITOR` vari…
/expo/packages/@expo/cli/
H A DCHANGELOG.md615 - Add `EXPO_EDITOR` environment variable for overriding the `EDITOR` variable. This is used in the …