Home
last modified time | relevance | path

Searched refs:libraryName (Results 1 – 25 of 28) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js33 function createOutputDirectoryIfNeeded(outputDirectory, libraryName) { argument
35 outputDirectory = path.resolve(__dirname, '..', 'Libraries', libraryName);
78 libraryName, argument
86 createOutputDirectoryIfNeeded(outputDirectory, libraryName);
88 return path.join(outputDirectory, intermediate, libraryName);
99 libraryName, field
115 const jniOutputDirectory = `${outputDirectory}/jni/react/renderer/components/${libraryName}`;
H A Dgenerate-artifacts-executor.js33 function isReactNativeCoreLibrary(libraryName) { argument
34 return CORE_LIBRARIES.has(libraryName);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js33 function createOutputDirectoryIfNeeded(outputDirectory, libraryName) { argument
35 outputDirectory = path.resolve(__dirname, '..', 'Libraries', libraryName);
78 libraryName, argument
86 createOutputDirectoryIfNeeded(outputDirectory, libraryName);
88 return path.join(outputDirectory, intermediate, libraryName);
99 libraryName, field
115 const jniOutputDirectory = `${outputDirectory}/jni/react/renderer/components/${libraryName}`;
H A Dgenerate-artifacts-executor.js44 function isReactNativeCoreLibrary(libraryName) { argument
45 return libraryName in CORE_LIBRARIES_WITH_OUTPUT_FOLDER;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js33 function createOutputDirectoryIfNeeded(outputDirectory, libraryName) { argument
35 outputDirectory = path.resolve(__dirname, '..', 'Libraries', libraryName);
78 libraryName, argument
86 createOutputDirectoryIfNeeded(outputDirectory, libraryName);
88 return path.join(outputDirectory, intermediate, libraryName);
99 libraryName, field
115 const jniOutputDirectory = `${outputDirectory}/jni/react/renderer/components/${libraryName}`;
H A Dgenerate-artifacts-executor.js33 function isReactNativeCoreLibrary(libraryName) { argument
34 return CORE_LIBRARIES.has(libraryName);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/__tests__/
H A Dgenerate-specs-cli-executor-test.js27 const libraryName = 'library'; constant
66 expect(libraryConfig.libraryName).toBe(libraryName);
81 libraryName,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/__tests__/
H A Dgenerate-specs-cli-executor-test.js27 const libraryName = 'library'; constant
66 expect(libraryConfig.libraryName).toBe(libraryName);
81 libraryName,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/__tests__/
H A Dgenerate-specs-cli-executor-test.js29 const libraryName = 'library'; constant
68 expect(libraryConfig.libraryName).toBe(libraryName);
83 libraryName,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A Dgenerate-provider-cli.js72 for (const libraryName of Object.keys(schemaPaths)) {
73 const tmpSchemaText = fs.readFileSync(schemaPaths[libraryName], 'utf-8');
74 schemas[libraryName] = JSON.parse(tmpSchemaText);
H A Dgenerate-specs-cli.js55 argv.libraryName,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dgenerate-provider-cli.js72 for (const libraryName of Object.keys(schemaPaths)) {
73 const tmpSchemaText = fs.readFileSync(schemaPaths[libraryName], 'utf-8');
74 schemas[libraryName] = JSON.parse(tmpSchemaText);
H A Dgenerate-specs-cli.js55 argv.libraryName,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dgenerate-provider-cli.js72 for (const libraryName of Object.keys(schemaPaths)) {
73 const tmpSchemaText = fs.readFileSync(schemaPaths[libraryName], 'utf-8');
74 schemas[libraryName] = JSON.parse(tmpSchemaText);
H A Dgenerate-specs-cli.js55 argv.libraryName,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/react_native_pods_utils/
H A Dscript_phases.sh65 …-platform ios --schemaPath "$GENERATED_SCHEMA_FILE" --outputDir "$1" --libraryName "$RCT_SCRIPT_LI…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/react_native_pods_utils/
H A Dscript_phases.sh61 …-platform ios --schemaPath "$GENERATED_SCHEMA_FILE" --outputDir "$1" --libraryName "$RCT_SCRIPT_LI…
/expo/android/vendored/unversioned/@react-native-community/slider/android/
H A Dbuild.gradle67 libraryName = "ReactSlider"
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/react_native_pods_utils/
H A Dscript_phases.sh61 …-platform ios --schemaPath "$GENERATED_SCHEMA_FILE" --outputDir "$1" --libraryName "$RCT_SCRIPT_LI…
/expo/android/vendored/sdk49/@react-native-community/slider/android/
H A Dbuild.gradle77 libraryName = "ReactSlider"
/expo/android/vendored/sdk48/@react-native-community/slider/android/
H A Dbuild.gradle76 libraryName = "ReactSlider"
/expo/android/vendored/sdk47/react-native-svg/android/
H A Dbuild.gradle111 libraryName = "rnsvg"
/expo/android/vendored/unversioned/react-native-pager-view/android/
H A Dbuild.gradle155 libraryName = "RNCViewPager"
/expo/android/vendored/sdk48/react-native-svg/android/
H A Dbuild.gradle113 libraryName = "rnsvg"
/expo/android/vendored/unversioned/lottie-react-native/android/
H A Dbuild.gradle133 libraryName = 'lottiereactnative'

12