Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/expo/packages/expo-modules-core/android-annotation-processor/src/main/java/expo/modules/annotationprocessor/
H A DExpoSymbolProcessorProvider.kt8 override fun create(environment: SymbolProcessorEnvironment): SymbolProcessor =
9 ExpoSymbolProcessor(environment.codeGenerator, environment.logger)
/expo/docs/pages/guides/
H A Denvironment-variables.mdx4 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
81environment 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 DgetStaticRenderFunctions.ts47 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 Dvariables.mdx4 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 …
216environment-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 Denvironment-variables.mdx2 title: Use environment variables with EAS Update
4 description: Learn how to set up and use environment variables with EAS Update.
12environment-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
20environment 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 Dtaskfile-swc.js36 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 Dtransform-worker.ts44 const environment = options.customTransformOptions?.environment; constant
47 environment !== 'node' &&
70 environment !== 'node' &&
/expo/templates/expo-template-bare-minimum/ios/
H A D.xcode.env1 # 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.env1 # 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.env1 # 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.env1 # 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 DPlatform.js.map1environment/browser';\n\nexport type PlatformSelectOSType = PlatformOSType | 'native' | 'electron'…
/expo/packages/@expo/metro-config/build/transform-worker/
H A Dtransform-worker.js58environment = (_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 Dtransform-worker.test.ts240 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 DABI48_0_0EXTest.m13 @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 DABI49_0_0EXTest.m13 @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 DEXTest.m13 @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 DABI47_0_0EXTest.m13 @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 DDevLoadingViewNativeModule.d.ts.map1 …DevLoadingViewNativeModule.d.ts","sourceRoot":"","sources":["../../src/environment/DevLoadingViewN…
H A DDevLoadingViewNativeModule.native.d.ts.map1 …ingViewNativeModule.native.d.ts","sourceRoot":"","sources":["../../src/environment/DevLoadingViewN…
H A DDevLoadingView.d.ts.map1 {"version":3,"file":"DevLoadingView.d.ts","sourceRoot":"","sources":["../../src/environment/DevLoad…
H A DExpoGo.web.d.ts.map1 {"version":3,"file":"ExpoGo.web.d.ts","sourceRoot":"","sources":["../../src/environment/ExpoGo.web.…
/expo/packages/expo-camera/build/
H A DWebConstants.d.ts21 environment: CameraType; constant
/expo/packages/@expo/cli/src/start/server/middleware/
H A DManifestMiddleware.ts83 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 DwithDevTools.ios.tsx3 import DevLoadingView from '../environment/DevLoadingView';
4 import { isRunningInExpoGo } from '../environment/ExpoGo';

12345678910>>...13