Home
last modified time | relevance | path

Searched refs:frameworks (Results 1 – 25 of 46) sorted by relevance

12

/expo/tools/src/prebuilds/
H A DPrebuilder.ts115 const frameworks: Framework[] = []; constant
119 frameworks.push(
136 const binarySizes = frameworks.map((framework) =>
144 await xcodeProject.buildXcframeworkAsync(frameworks, settings);
H A DXcodeGen.ts96 ...arrayize(podspec.frameworks).map((framework) => ({
132 VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS: arrayize(podspec.frameworks).join(' '),
139 const frameworks = dependencies.filter((dependency) => !!dependency.framework) as { constant
144 '$(inherited) ' + frameworks.map((dependency) => path.dirname(dependency.framework)).join(' ')
H A DXcodeProject.ts114 frameworks: Framework[],
117 const frameworkPaths = frameworks.map((framework) => framework.frameworkPath);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/RCTRequired/
H A DBUCK12 frameworks = ["Foundation"],
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/RCTRequired/
H A DBUCK12 frameworks = ["Foundation"],
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/FBLazyVector/
H A DBUCK14 frameworks = [],
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/RCTRequired/
H A DBUCK13 frameworks = ["Foundation"],
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/FBLazyVector/
H A DBUCK14 frameworks = [],
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/FBLazyVector/
H A DBUCK14 frameworks = [],
/expo/tools/src/
H A DCocoaPods.ts18 frameworks: string | string[];
/expo/docs/pages/regulatory-compliance/
H A Ddata-and-privacy-protection.mdx10frameworks are being introduced to regulate how companies handle user data. As a developer, you ne…
/expo/packages/expo-media-library/ios/
H A DEXMediaLibrary.podspec16 s.frameworks = 'Photos','PhotosUI'
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Network/
H A DABI47_0_0React-RCTNetwork.podspec34 s.frameworks = "MobileCoreServices"
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Network/
H A DABI48_0_0React-RCTNetwork.podspec34 s.frameworks = "MobileCoreServices"
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Vibration/
H A DABI47_0_0React-RCTVibration.podspec35 s.frameworks = "AudioToolbox"
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Vibration/
H A DABI48_0_0React-RCTVibration.podspec35 s.frameworks = "AudioToolbox"
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md4 The version alignment between the two frameworks relies on two syncronization points:
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md4 The version alignment between the two frameworks relies on two synchronization points:
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md4 The version alignment between the two frameworks relies on two synchronization points:
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Vibration/
H A DABI49_0_0React-RCTVibration.podspec50 s.frameworks = "AudioToolbox"
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Network/
H A DABI49_0_0React-RCTNetwork.podspec51 s.frameworks = "MobileCoreServices"
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DBUCK27 frameworks = [
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DBUCK33 frameworks = [
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DBUCK33 frameworks = [
/expo/packages/expo-modules-core/android/legacy/fabric/
H A DAndroid-prebuilt.cmake20 # FIRST_PARTY_NDK_DIR contains vendored source code from other FB frameworks
24 # frameworks such as libevent, boost, etc.

12