Searched refs:EXPO_EDITOR (Results 1 – 5 of 5) sorted by relevance
9 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';
12 const editor = env.EXPO_EDITOR;
93 get EXPO_EDITOR(): string { method in Env
82 … | 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…
615 - Add `EXPO_EDITOR` environment variable for overriding the `EDITOR` variable. This is used in the …