Home
last modified time | relevance | path

Searched refs:lib (Results 1 – 25 of 108) sorted by relevance

12345

/expo/docs/public/static/diffs/
H A De2e-tests-pickfirsts.diff12 + "lib/**/libc++_shared.so",
13 + "lib/**/libreactnativejni.so",
14 + "lib/**/libreact_nativemodule_core.so",
15 + "lib/**/libglog.so",
16 + "lib/**/libjscexecutor.so",
17 + "lib/**/libfbjni.so",
18 + "lib/**/libfolly_json.so",
19 + "lib/**/libfolly_runtime.so",
20 + "lib/**/libhermes.so",
21 + "lib/**/libjsi.so",
/expo/tools/src/versioning/android/
H A DreactNativeTransforms.ts56 JniLibNames.map((lib: string) => ({
57 find: new RegExp(`"${escapeRegExp(lib)}"`, 'g'),
58 replaceWith: `"${lib}_${abiVersion}"`,
72 JniLibNames.map((lib: string) => ({
73 find: new RegExp(`\\b${escapeRegExp(lib)}\\s+?\\{`, 'g'),
74 replaceWith: `${lib}_${abiVersion} {`,
164 const libNames = JniLibNames.map((lib: string): string =>
165 lib.startsWith('lib') ? lib.slice(3) : lib
166 ).filter((lib: string) => !['fbjni'].includes(lib));
H A DcmakeTransforms.ts16 libNames.map((lib) => ({
17 find: new RegExp(`^(\\\s*)${escapeRegExp(lib)}($|\\\s)`),
18 replaceWith: `$1${lib}_${abiVersion}$2`,
24 libNames.map((lib) => ({
25 find: new RegExp(`(^|\\\s)${escapeRegExp(lib)}($|\\\s)`, 'g'),
26 replaceWith: `$1${lib}_${abiVersion}$2`,
/expo/packages/expo-gl/build/
H A Dtypes.js.map1lib.dom.ts in v4.2 - copied from the old lib.dom.ts\n// ref: https://github.com/microsoft/TypeScri…
/expo/tools/src/commands/
H A DUpdateVendoredModule.ts275 const fabricDisabledLibs = libs.filter((lib) => lib.type !== 'components');
287 fabricDisabledLibs.map((lib) =>
292 name: lib.name,
293 type: lib.type,
295 jsSrcsDir: path.join(sourceDirectory, lib.jsSrcsDir),
/expo/packages/expo-modules-core/build/uuid/
H A Dv5.js.map1 …AAE,IAAI,CAAC,CAAC","sourcesContent":["import sha1 from './lib/sha1';\nimport v35 from './lib/v35'…
H A Duuid.js.map1 …ACF,eAAe,IAAI,CAAC","sourcesContent":["import sha1 from './lib/sha1';\nimport v35 from './lib/v35'…
H A Duuid.web.js.map1 …ACF,eAAe,IAAI,CAAC","sourcesContent":["import sha1 from './lib/sha1';\nimport v35 from './lib/v35'…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dprocess-podspecs.sh44 bundle exec pod lib lint "$SUBSPEC_OPT" "${POD_LINT_OPT[@]}"
45 bundle exec pod lib lint "$SUBSPEC_OPT" "${POD_LINT_OPT[@]}" --use-libraries
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dprocess-podspecs.sh44 bundle exec pod lib lint "$SUBSPEC_OPT" "${POD_LINT_OPT[@]}"
45 bundle exec pod lib lint "$SUBSPEC_OPT" "${POD_LINT_OPT[@]}" --use-libraries
/expo/packages/expo-modules-core/build/uuid/lib/
H A Dsha1.d.ts.map1 {"version":3,"file":"sha1.d.ts","sourceRoot":"","sources":["../../../src/uuid/lib/sha1.ts"],"names"…
H A DbytesToUuid.d.ts.map1 {"version":3,"file":"bytesToUuid.d.ts","sourceRoot":"","sources":["../../../src/uuid/lib/bytesToUui…
H A Dv35.d.ts.map1 {"version":3,"file":"v35.d.ts","sourceRoot":"","sources":["../../../src/uuid/lib/v35.ts"],"names":[…
/expo/tools/src/versioning/android/versionCxx/
H A Dindex.ts174 libs.map(async (lib) => {
175 const destPath = path.join(jniLibsRoot, lib);
177 await fs.copyFile(path.join(libRoot, lib), destPath);
/expo/packages/expo-router/build/fork/
H A DuseLinking.js.map1 …,CAAC","sourcesContent":["import useLinking from '@react-navigation/native/lib/module/useLinking';…
/expo/apps/native-component-list/src/screens/Skia/
H A DSkiaScreen.web.tsx2 import { WithSkiaWeb } from '@shopify/react-native-skia/lib/module/web';
/expo/android/app/
H A Dbuild.gradle117 …strippedNativeLibsDir file("${buildDir}/intermediates/merged_native_libs/versionedRelease/out/lib")
125 …rippedNativeLibsDir file("${buildDir}/intermediates/merged_native_libs/unversionedRelease/out/lib")
145 pickFirst "lib/**/libfbjni.so"
250 …eateDirectories(Paths.get("${buildDir}/intermediates/merged_native_libs/versionedRelease/out/lib"))
251 …teDirectories(Paths.get("${buildDir}/intermediates/merged_native_libs/unversionedRelease/out/lib"))
/expo/tools/src/vendoring/config/
H A DexpoGoConfig.ts444 for (const lib of libs) { constant
450 lib
452 const commonLibPath = path.join(targetDirectory, '../../../common/libs', arch, lib);
/expo/docs/pages/ui-programming/
H A Duser-interface-libraries.mdx15 … Lib](https://github.com/wix/react-native-ui-lib) | [Link](https://wix.github.io/react-nat…
/expo/packages/expo-dev-launcher/android/
H A DREADME.md4 If you want to publish the lib as a maven dependency, follow these steps before publishing a new ve…
/expo/packages/@expo/cli/src/run/ios/codeSigning/__tests__/fixtures/
H A Dsigned-project.pbxproj365 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
367 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
368 "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
419 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
421 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
422 "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
H A Dproject.pbxproj371 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
373 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
374 "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
424 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
426 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
427 "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
/expo/packages/@expo/config-plugins/src/ios/__tests__/fixtures/
H A Dproject-swift.pbxproj365 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
367 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
368 "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
418 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
420 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
421 "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
H A Dproject-without-create-manifest-ios.pbxproj371 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
373 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
374 "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
424 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
426 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
427 "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
H A Dproject-with-incorrect-create-manifest-ios-path.pbxproj371 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
373 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
374 "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
424 LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
426 "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
427 "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",

12345