| /expo/packages/expo-modules-core/android-annotation-processor/src/main/java/expo/modules/annotationprocessor/ |
| H A D | ExpoSymbolProcessorProvider.kt | 8 override fun create(environment: SymbolProcessorEnvironment): SymbolProcessor = 9 ExpoSymbolProcessor(environment.codeGenerator, environment.logger)
|
| /expo/docs/pages/guides/ |
| H A D | environment-variables.mdx | 4 description: Learn how to use environment variables in an Expo project. 13 > Available in SDK 49 and higher. See notes for [SDK 48 and lower](#environment-variables-in-sdk-48… 15 ## Reading environment variables from .env files 24 Now you can use environment variables directly in your source code: 64 ### Disabling environment variables 81 …environment or CI to build your app bundle, so it will use available **.env** files to inline `EXP… 83 ## Migrating to Expo environment variables 105 ### From babel-plugin-transform-inline-environment-variables 107 …ing a Babel plugin to transform your environment variable references in your code is similar to ho… 121 -- plugins: ['transform-inline-environment-variables'], [all …]
|
| /expo/packages/@expo/cli/src/start/server/ |
| H A D | getStaticRenderFunctions.ts | 47 environment?: 'node'; 66 { dev = false, minify = false, environment }: StaticRenderOptions = {} 78 return requireFileContentsWithMetro(root, devServerUrl, moduleId, { dev, minify, environment }); 103 { dev = false, platform = 'web', minify = false, environment }: StaticRenderOptions = {} 112 if (environment) { 113 url += `&resolver.environment=${environment}&transform.environment=${environment}`;
|
| /expo/docs/pages/build-reference/ |
| H A D | variables.mdx | 4 description: Learn how to use environment variables and secrets in an EAS Build. 15 ## Setting plaintext environment variables in eas.json 55 …SDK 49 and higher. See notes for [SDK 48 and lower](/guides/environment-variables#environment-vari… 98 ## Built-in environment variables 102 - `CI=1` - indicates this is a CI environment 103 - `EAS_BUILD=true` - indicates this is an EAS Build environment 115 ## Using secrets in environment variables 212 ### How do I share environment variables between my local development environment, EAS Update, and … 216 …environment-variables/#sharing-environment-variables-between-local-development-eas-update-and-eas-… 230 ### How do environment variables work for my Expo Development Client builds? [all …]
|
| /expo/docs/pages/eas-update/ |
| H A D | environment-variables.mdx | 2 title: Use environment variables with EAS Update 4 description: Learn how to set up and use environment variables with EAS Update. 12 …environment-variables) describes how to use **.env** files to set and use environment variables wi… 18 ## Sharing environment variables between local development, EAS Update, and EAS Build 20 …environment and EAS Update can use **.env** files to inline `EXPO_PUBLIC_` variables into your app… 22 …uild. However, this duplication can be avoided by consolidating common environment configurations … 60 …ate only download updates from that channel, using channel to set your environment ensures that th… 62 ### Setting a custom local environment 64 …ible enough, as it is common to sometimes point your local development environment to different se… 83 [Expo environment variables](/guides/environment-variables) are only available in SDK 49 or higher.… [all …]
|
| /expo/packages/@expo/cli/ |
| H A D | taskfile-swc.js | 36 task.plugin('swc', {}, function* (file, environment, { stripExtension } = {}) { argument 41 assert.match(environment, matcher); 43 const setting = ENVIRONMENTS[environment];
|
| /expo/packages/@expo/metro-config/src/transform-worker/ |
| H A D | transform-worker.ts | 44 const environment = options.customTransformOptions?.environment; constant 47 environment !== 'node' && 70 environment !== 'node' &&
|
| /expo/templates/expo-template-bare-minimum/ios/ |
| H A D | .xcode.env | 1 # This `.xcode.env` file is versioned and is used to source the environment 3 # To customize your local environment, you can create an `.xcode.env.local`
|
| /expo/templates/expo-template-tv/ios/ |
| H A D | .xcode.env | 1 # This `.xcode.env` file is versioned and is used to source the environment 3 # To customize your local environment, you can create an `.xcode.env.local`
|
| /expo/apps/fabric-tester/ios/ |
| H A D | .xcode.env | 1 # This `.xcode.env` file is versioned and is used to source the environment 3 # To customize your local environment, you can create an `.xcode.env.local`
|
| /expo/apps/bare-expo/ios/ |
| H A D | .xcode.env | 1 # This `.xcode.env` file is versioned and is used to source the environment 3 # To customize your local environment, you can create an `.xcode.env.local`
|
| /expo/packages/expo-modules-core/build/ |
| H A D | Platform.js.map | 1 …environment/browser';\n\nexport type PlatformSelectOSType = PlatformOSType | 'native' | 'electron'…
|
| /expo/packages/@expo/metro-config/build/transform-worker/ |
| H A D | transform-worker.js | 58 …environment = (_options$customTransf = options.customTransformOptions) === null || _options$custom… 59 if (environment !== 'node' && ( 70 …if (environment !== 'node' && !filename.match(/\/node_modules\//) && filename.match(/\+api(\.(nati…
|
| /expo/packages/@expo/metro-config/src/transform-worker/__tests__/ |
| H A D | transform-worker.test.ts | 240 environment: 'client', 257 environment: 'client', 272 environment: 'client', 297 environment: 'node',
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Internal/Test/ |
| H A D | ABI48_0_0EXTest.m | 13 @property (nonatomic, assign) ABI48_0_0EXTestEnvironment environment; property 30 - (instancetype)initWithEnvironment:(ABI48_0_0EXTestEnvironment)environment 33 _environment = environment;
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Internal/Test/ |
| H A D | ABI49_0_0EXTest.m | 13 @property (nonatomic, assign) ABI49_0_0EXTestEnvironment environment; property 30 - (instancetype)initWithEnvironment:(ABI49_0_0EXTestEnvironment)environment 33 _environment = environment;
|
| /expo/ios/Exponent/Versioned/Core/Internal/Test/ |
| H A D | EXTest.m | 13 @property (nonatomic, assign) EXTestEnvironment environment; property 30 - (instancetype)initWithEnvironment:(EXTestEnvironment)environment 33 _environment = environment;
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Internal/Test/ |
| H A D | ABI47_0_0EXTest.m | 13 @property (nonatomic, assign) ABI47_0_0EXTestEnvironment environment; property 30 - (instancetype)initWithEnvironment:(ABI47_0_0EXTestEnvironment)environment 33 _environment = environment;
|
| /expo/packages/expo/build/environment/ |
| H A D | DevLoadingViewNativeModule.d.ts.map | 1 …DevLoadingViewNativeModule.d.ts","sourceRoot":"","sources":["../../src/environment/DevLoadingViewN…
|
| H A D | DevLoadingViewNativeModule.native.d.ts.map | 1 …ingViewNativeModule.native.d.ts","sourceRoot":"","sources":["../../src/environment/DevLoadingViewN…
|
| H A D | DevLoadingView.d.ts.map | 1 {"version":3,"file":"DevLoadingView.d.ts","sourceRoot":"","sources":["../../src/environment/DevLoad…
|
| H A D | ExpoGo.web.d.ts.map | 1 {"version":3,"file":"ExpoGo.web.d.ts","sourceRoot":"","sources":["../../src/environment/ExpoGo.web.…
|
| /expo/packages/expo-camera/build/ |
| H A D | WebConstants.d.ts | 21 environment: CameraType; constant
|
| /expo/packages/@expo/cli/src/start/server/middleware/ |
| H A D | ManifestMiddleware.ts | 83 environment, 92 environment?: string; 111 if (environment) { 112 queryParams.append('resolver.environment', environment); 113 queryParams.append('transform.environment', environment);
|
| /expo/packages/expo/src/launch/ |
| H A D | withDevTools.ios.tsx | 3 import DevLoadingView from '../environment/DevLoadingView'; 4 import { isRunningInExpoGo } from '../environment/ExpoGo';
|