Home
last modified time | relevance | path

Searched refs:configs (Results 1 – 25 of 50) sorted by relevance

12

/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts137 assertConfigDuplicates(configs);
139 return { configs, initialRoutes };
278 configs: RouteConfig[],
285 const leafNodes = configs
330 configs: RouteConfig[],
338 configs,
354 configs,
370 for (const config of configs) {
520 configs.push(
552 configs.push(...result);
[all …]
H A DgetPathFromState.ts208 configs: Record<string, ConfigItem>,
225 while (route.name in configs) {
226 const configItem = configs[route.name];
295 configs = nestedScreens;
304 `No pattern found for route "${route.name}". Options are: ${Object.keys(configs).join(', ')}.`
333 configs: Record<string, ConfigItem>,
359 { ...configs },
369 initialRouteName: configs[nextRoute.name]?.initialRouteName,
380 configs[nextRoute.state.routes?.[nextRoute.state?.index ?? 0]?.name]
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.js104 const configs = convertedWithInitial.sort(sortConfigs);
106 assertConfigDuplicates(configs);
107 return { configs, initialRoutes };
110 function assertConfigDuplicates(configs) { argument
112 configs.reduce((acc, config) => {
225 const leafNodes = configs
276 function matchAgainstConfigs(remaining, configs) { argument
280 for (const config of configs) {
367 const configs = []; variable
403 configs.push(...result);
[all …]
H A DgetPathFromState.js165 function walkConfigItems(route, focusedRoute, configs, { preserveDynamicRoutes, }) { argument
173 while (route.name in configs) {
174 const configItem = configs[route.name];
234 configs = nestedScreens;
242 …or(`No pattern found for route "${route.name}". Options are: ${Object.keys(configs).join(', ')}.`);
266 function getPathFromResolvedState(state, configs, { preserveGroups, preserveDynamicRoutes, }) { argument
279 …, focusedParams } = walkConfigItems(route, getActiveRoute(current), { ...configs }, { preserveDyna…
285 initialRouteName: configs[nextRoute.name]?.initialRouteName,
294 configs[nextRoute.state.routes?.[nextRoute.state?.index ?? 0]?.name]) {
H A DgetStateFromPath.d.ts43 configs: {
H A DgetStateFromPath.js.map1configs } = getMatchableRouteConfigs(options);\n\n return getStateFromPathWithConfigs(path, confi…
H A DgetPathFromState.js.map1configs object which will be easier to use\n createNormalizedConfigs(options.screens),\n { p…
/expo/packages/@expo/config-plugins/src/ios/
H A DBitcode.ts71 const configs = Object.entries(project.pbxXCBuildConfigurationSection()).filter(isNotComment); constant
72 const hasConfiguration = configs.find(([, configuration]) => configuration.name === targetName);
79 ...new Set(configs.map(([, configuration]) => `"${configuration.name}"`)),
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/nodes/
H A DTransformNode.java40 List<TransformConfig> configs = new ArrayList<>(transforms.size()); in processTransforms() local
48 configs.add(transformConfig); in processTransforms()
60 configs.add(transformConfig); in processTransforms()
63 return configs; in processTransforms()
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/nodes/
H A DTransformNode.java40 List<TransformConfig> configs = new ArrayList<>(transforms.size()); in processTransforms() local
48 configs.add(transformConfig); in processTransforms()
60 configs.add(transformConfig); in processTransforms()
63 return configs; in processTransforms()
/expo/packages/@expo/config-plugins/build/ios/
H A DBitcode.js96 …const configs = Object.entries(project.pbxXCBuildConfigurationSection()).filter(_Xcodeproj().isNot…
97 const hasConfiguration = configs.find(([, configuration]) => configuration.name === targetName);
104 ...new Set(configs.map(([, configuration]) => `"${configuration.name}"`))].sort();
H A DBitcode.js.map1configs","Object","entries","pbxXCBuildConfigurationSection","filter","isNotComment","hasConfigura…
/expo/tools/src/prebuilds/
H A DXcodeGen.ts186 function mergeXcodeConfigs(...configs: XcodeConfig[]): XcodeConfig {
189 for (const config of configs) {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dnew_architecture-test.rb210 def prepare_pod_target_installation_results_mock(name, configs) argument
211 target = TargetMock.new(name, configs)
/expo/packages/eslint-config-universe/
H A DREADME.md2 Shared ESLint configs for Node, Web, and universal Expo projects.
54 There are several configs for different platforms. They are:
68 You also can extend multiple configs, which is useful for projects that span several platforms:
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dnew_architecture-test.rb265 def prepare_pod_target_installation_results_mock(name, configs) argument
266 target = TargetMock.new(name, configs)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dnew_architecture-test.rb278 def prepare_pod_target_installation_results_mock(name, configs) argument
279 target = TargetMock.new(name, configs)
/expo/docs/pages/workflow/
H A Dconfiguration.mdx40 …appconfigts-instead-of) (**app.config.js**, or **app.config.ts**). These configs have the followin…
141configs: static (**app.config.json**, **app.json**), and dynamic (**app.config.js**, **app.config.…
/expo/packages/@expo/config/build/
H A DgetConfig.js.map1 …t now because Next.js doesn't support async configs.\n// If they don't add support for async Webpa…
/expo/packages/expo-gl/android/src/main/java/expo/modules/gl/
H A DGLContext.java392 EGLConfig[] configs = new EGLConfig[1]; in initEGL() local
399 if (!mEGL.eglChooseConfig(mEGLDisplay, configSpec, configs, 1, configsCount)) { in initEGL()
402 mEGLConfig = configs[0]; in initEGL()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/gl/
H A DGLContext.java393 EGLConfig[] configs = new EGLConfig[1]; in initEGL() local
400 if (!mEGL.eglChooseConfig(mEGLDisplay, configSpec, configs, 1, configsCount)) { in initEGL()
403 mEGLConfig = configs[0]; in initEGL()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/gl/
H A DGLContext.java380 EGLConfig[] configs = new EGLConfig[1]; in initEGL() local
387 if (!mEGL.eglChooseConfig(mEGLDisplay, configSpec, configs, 1, configsCount)) { in initEGL()
390 mEGLConfig = configs[0]; in initEGL()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/gl/
H A DGLContext.java380 EGLConfig[] configs = new EGLConfig[1]; in initEGL() local
387 if (!mEGL.eglChooseConfig(mEGLDisplay, configSpec, configs, 1, configsCount)) { in initEGL()
390 mEGLConfig = configs[0]; in initEGL()
/expo/docs/pages/custom-builds/
H A Dget-started.mdx19 …r multiple test devices, and so on. With EAS Build, you can create build configs to customize the …
118 If you wish to use separate configs for each platform, you can create separate YAML config files fo…
157 - Build configs are customizable by adding steps you want to run on the EAS service as an extension…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTConvert+Transform.m62 …nvert CATransform3D:] has deprecated a matrix as input. Pass an array of configs (which can contai…

12