Home
last modified time | relevance | path

Searched defs:getConfig (Results 1 – 11 of 11) sorted by relevance

/expo/packages/expo-updates/plugin/src/__tests__/
H A DwithUpdates-test.ts29 function getConfig(options = {}): ExpoConfig { function
/expo/packages/@expo/config/build/
H A DConfig.d.ts28 export declare function getConfig(projectRoot: string, options?: GetConfigOptions): ProjectConfig; function
H A DConfig.js7 getConfig: true, property
185 function getConfig(projectRoot, options = {}) { function
/expo/packages/@expo/fingerprint/src/sourcer/
H A DExpoConfigLoader.ts25 const { getConfig } = require(resolveFrom(path.resolve(projectRoot), 'expo/config')); constant
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0ModuleRegistry.cpp99 folly::Optional<ModuleConfig> ModuleRegistry::getConfig( in getConfig() function in ABI48_0_0facebook::ABI48_0_0React::ModuleRegistry
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0ModuleRegistry.cpp99 folly::Optional<ModuleConfig> ModuleRegistry::getConfig( in getConfig() function in ABI47_0_0facebook::ABI47_0_0React::ModuleRegistry
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0ModuleRegistry.cpp99 std::optional<ModuleConfig> ModuleRegistry::getConfig(const std::string &name) { in getConfig() function in ABI49_0_0facebook::ABI49_0_0React::ModuleRegistry
/expo/packages/@expo/config/src/
H A DConfig.ts89 export function getConfig(projectRoot: string, options: GetConfigOptions = {}): ProjectConfig { function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI49_0_0YGNode.h182 ABI49_0_0YGConfigRef getConfig() const { return config_; } in getConfig() function
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI47_0_0YGNode.h182 ABI47_0_0YGConfigRef getConfig() const { return config_; } in getConfig() function
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI48_0_0YGNode.h182 ABI48_0_0YGConfigRef getConfig() const { return config_; } in getConfig() function