Home
last modified time | relevance | path

Searched refs:react_native_path (Results 1 – 25 of 49) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/
H A Djsengine.rb12 def setup_jsc_ABI48_0_0!(react_native_path: "../node_modules/react-native", fabric_enabled: false)
13 …pod 'ABI48_0_0React-jsi', :path => "#{react_native_path}/ReactCommon/jsi", :project_name => 'ABI48…
24 def setup_hermes_ABI48_0_0!(react_native_path: "../node_modules/react-native", fabric_enabled: fals…
29 if File.exist?("#{react_native_path}/sdks/hermes-engine/destroot")
38 def add_copy_hermes_framework_script_phase(installer, react_native_path) argument
39 utils_dir = File.join(react_native_path, "sdks", "hermes-engine", "utils")
50 def remove_copy_hermes_framework_script_phase(installer, react_native_path) argument
51 utils_dir = File.join(react_native_path, "sdks", "hermes-engine", "utils")
63 def remove_hermesc_build_dir(react_native_path) argument
67 def is_building_hermes_from_source(react_native_version, react_native_path) argument
[all …]
H A Dfabric.rb10 def setup_fabric!(react_native_path: "../node_modules/react-native")
11 …pod 'ABI48_0_0React-Fabric', :path => "#{react_native_path}/ReactCommon", :project_name => 'ABI48_…
12 …pod 'ABI48_0_0React-rncore', :path => "#{react_native_path}/ReactCommon", :project_name => 'ABI48_…
13 …pod 'ABI48_0_0React-graphics', :path => "#{react_native_path}/ReactCommon/react/renderer/graphics"…
14 …pod 'ABI48_0_0React-RCTFabric', :path => "#{react_native_path}/React", :project_name => 'ABI48_0_0…
H A Dcodegen.rb11 def build_codegen!(react_native_path, relative_installation_root) argument
12 …codegen_repo_path = "#{relative_installation_root}/#{react_native_path}/packages/react-native-code…
13 codegen_npm_path = "#{relative_installation_root}/#{react_native_path}/../react-native-codegen";
35 def checkAndGenerateEmptyThirdPartyProvider!(react_native_path, new_arch_enabled, codegen_output_di… argument
47 build_codegen!(react_native_path, relative_installation_root)
60 "#{relative_installation_root}/#{react_native_path}/scripts/generate-provider-cli.js",
74 react_native_path: "../node_modules/react-native",
88 :react_native_path => react_native_path,
H A Dlocal_podspec_patch.rb10 def self.pods_to_update(react_native_path: "../node_modules/react-native")
11 …@@local_podspecs = Dir.glob("#{react_native_path}/third-party-podspecs/*").map { |file| File.basen…
27 podspec_path = "#{react_native_path}/third-party-podspecs/#{podspec_name}.podspec"
H A Dcodegen_utils.rb198 react_native_path: "../node_modules/react-native",
232 react_native_path: react_native_path,
243 react_native_path: "../node_modules/react-native",
273 :react_native_path => react_native_path,
277 File.join(react_native_path, "package.json"),
288 … "#{relative_installation_root}/#{react_native_path}/scripts/generate-codegen-artifacts.js",
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/
H A Djsengine.rb12 def setup_jsc_ABI49_0_0!(react_native_path: "../node_modules/react-native", fabric_enabled: false)
13 …pod 'ABI49_0_0React-jsi', :path => "#{react_native_path}/ReactCommon/jsi", :project_name => 'ABI49…
14 …pod 'ABI49_0_0React-jsc', :path => "#{react_native_path}/ReactCommon/jsc", :project_name => 'ABI49…
16 …pod 'ABI49_0_0React-jsc/Fabric', :path => "#{react_native_path}/ReactCommon/jsc", :project_name =>…
24 def setup_hermes_ABI49_0_0!(react_native_path: "../node_modules/react-native", fabric_enabled: fals…
27 …pod 'ABI49_0_0React-jsi', :path => "#{react_native_path}/ReactCommon/jsi", :project_name => 'ABI49…
30 hermestag_file = File.join(react_native_path, "sdks", ".hermesversion")
33 if File.exist?("#{react_native_path}/sdks/hermes-engine/destroot")
34 …pod 'ABI49_0_0hermes-engine', :path => "#{react_native_path}/sdks/hermes-engine", :project_name =>…
36 …pod 'ABI49_0_0hermes-engine', :podspec => "#{react_native_path}/sdks/hermes-engine/ABI49_0_0hermes…
[all …]
H A Dfabric.rb10 def setup_fabric!(react_native_path: "../node_modules/react-native", new_arch_enabled: false)
11 …pod 'ABI49_0_0React-Fabric', :path => "#{react_native_path}/ReactCommon", :project_name => 'ABI49_…
12 …pod 'ABI49_0_0React-graphics', :path => "#{react_native_path}/ReactCommon/react/renderer/graphics"…
13 …pod 'ABI49_0_0React-RCTFabric', :path => "#{react_native_path}/React", :project_name => 'ABI49_0_0…
14 …pod 'ABI49_0_0React-ImageManager', :path => "#{react_native_path}/ReactCommon/react/renderer/image…
H A Dcodegen.rb13 def build_codegen!(react_native_path, relative_installation_root, dir_manager: Dir) argument
14 … codegen_repo_path = "#{relative_installation_root}/#{react_native_path}/../react-native-codegen";
15 … codegen_npm_path = "#{relative_installation_root}/#{react_native_path}/../@react-native/codegen";
39 def checkAndGenerateEmptyThirdPartyProvider!(react_native_path, new_arch_enabled, dir_manager: Dir,… argument
44 output_dir = "#{react_native_path}/React/Fabric"
64 "#{relative_installation_root}/#{react_native_path}/scripts/generate-provider-cli.js",
78 react_native_path: "../node_modules/react-native",
92 :react_native_path => react_native_path,
H A Dlocal_podspec_patch.rb10 …def self.pods_to_update(react_native_path: "../node_modules/react-native", dir_manager: Dir, file_…
11 …@@local_podspecs = dir_manager.glob("#{react_native_path}/third-party-podspecs/*").map { |file| fi…
27 podspec_path = "#{react_native_path}/third-party-podspecs/#{podspec_name}.podspec"
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dlocal_podspec_patch-test.rb31 react_native_path = "../node_modules/react-native"
34 Dir.mocked_existing_globs(globs, "#{react_native_path}/third-party-podspecs/*")
42 assert_equal(Dir.glob_invocation, ["#{react_native_path}/third-party-podspecs/*"])
51 react_native_path = "../node_modules/react-native"
54 prepare_PodsToUpdate_test_withMatchingVersions(react_native_path, globs, mocked_pwd)
61 assert_equal(Dir.glob_invocation, ["#{react_native_path}/third-party-podspecs/*"])
70 react_native_path = "../node_modules/react-native"
73 prepare_PodsToUpdate_test_withDifferentVersions(react_native_path, globs, mocked_pwd)
83 assert_equal(Dir.glob_invocation, ["#{react_native_path}/third-party-podspecs/*"])
147 Dir.mocked_existing_globs(globs, "#{react_native_path}/third-party-podspecs/*")
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dlocal_podspec_patch-test.rb27 react_native_path = "../node_modules/react-native"
30 DirMock.mocked_existing_globs(globs, "#{react_native_path}/third-party-podspecs/*")
38 assert_equal(DirMock.glob_invocation, ["#{react_native_path}/third-party-podspecs/*"])
47 react_native_path = "../node_modules/react-native"
50 prepare_PodsToUpdate_test_withMatchingVersions(react_native_path, globs, mocked_pwd)
57 assert_equal(DirMock.glob_invocation, ["#{react_native_path}/third-party-podspecs/*"])
66 react_native_path = "../node_modules/react-native"
69 prepare_PodsToUpdate_test_withDifferentVersions(react_native_path, globs, mocked_pwd)
134 def prepare_PodsToUpdate_test_withMatchingVersions(react_native_path, globs, mocked_pwd) argument
143 DirMock.mocked_existing_globs(globs, "#{react_native_path}/third-party-podspecs/*")
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dlocal_podspec_patch-test.rb31 react_native_path = "../node_modules/react-native"
34 Dir.mocked_existing_globs(globs, "#{react_native_path}/third-party-podspecs/*")
42 assert_equal(Dir.glob_invocation, ["#{react_native_path}/third-party-podspecs/*"])
51 react_native_path = "../node_modules/react-native"
54 prepare_PodsToUpdate_test_withMatchingVersions(react_native_path, globs, mocked_pwd)
61 assert_equal(Dir.glob_invocation, ["#{react_native_path}/third-party-podspecs/*"])
70 react_native_path = "../node_modules/react-native"
73 prepare_PodsToUpdate_test_withDifferentVersions(react_native_path, globs, mocked_pwd)
83 assert_equal(Dir.glob_invocation, ["#{react_native_path}/third-party-podspecs/*"])
147 Dir.mocked_existing_globs(globs, "#{react_native_path}/third-party-podspecs/*")
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/
H A Dcodegen.rb11 def build_codegen!(react_native_path, relative_installation_root) argument
12 …codegen_repo_path = "#{relative_installation_root}/#{react_native_path}/packages/react-native-code…
13 codegen_npm_path = "#{relative_installation_root}/#{react_native_path}/../react-native-codegen";
35 def checkAndGenerateEmptyThirdPartyProvider!(react_native_path, new_arch_enabled, codegen_output_di… argument
47 build_codegen!(react_native_path, relative_installation_root)
60 "#{relative_installation_root}/#{react_native_path}/scripts/generate-provider-cli.js",
74 react_native_path: "../node_modules/react-native",
86 :react_native_path => react_native_path,
H A Dhermes.rb6 def install_hermes_if_enabled(hermes_enabled, react_native_path) argument
11 …pod 'ABI47_0_0React-hermes', :path => "#{react_native_path}/ReactCommon/hermes", :project_name => …
13 …pod 'ABI47_0_0hermes-engine', :podspec => "#{react_native_path}/sdks/hermes-engine/ABI47_0_0hermes…
H A Dcodegen_utils.rb185 react_native_path: "../node_modules/react-native",
219 react_native_path: react_native_path,
230 react_native_path: "../node_modules/react-native",
259 :react_native_path => react_native_path,
263 File.join(react_native_path, "package.json"),
273 "#{relative_installation_root}/#{react_native_path}/scripts/generate-artifacts.js",
H A Dlocal_podspec_patch.rb10 def self.pods_to_update(react_native_path: "../node_modules/react-native")
11 …@@local_podspecs = Dir.glob("#{react_native_path}/third-party-podspecs/*").map { |file| File.basen…
27 podspec_path = "#{react_native_path}/third-party-podspecs/#{podspec_name}.podspec"
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb54 react_native_path: "../node_modules/react-native",
63 react_native_path: react_native_path,
89 react_native_path: "../node_modules/react-native",
100 react_native_path: react_native_path,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb54 react_native_path: "../node_modules/react-native",
63 react_native_path: react_native_path,
89 react_native_path: "../node_modules/react-native",
101 react_native_path: react_native_path,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb54 react_native_path: "../node_modules/react-native",
63 react_native_path: react_native_path,
89 react_native_path: "../node_modules/react-native",
101 react_native_path: react_native_path,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/sdks/hermes-engine/
H A Dhermes-utils.rb33 …mpute_hermes_source(build_from_source, hermestag_file, git, version, build_type, react_native_path) argument
47 use_nightly_tarball(source, react_native_path, version)
79 def use_nightly_tarball(source, react_native_path, version) argument
81 destination_path = download_nightly_hermes(react_native_path, version)
109 def download_nightly_hermes(react_native_path, version) argument
112 destination_folder = "#{react_native_path}/sdks/downloads"
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/react_native_pods_utils/__tests__/
H A Dscript_phases-test.rb14 react_native_path: '../..',
23 react_native_path: '../..',
32 react_native_path: '../../..',
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/react_native_pods_utils/__tests__/
H A Dscript_phases-test.rb14 react_native_path: '../..',
23 react_native_path: '../..',
32 react_native_path: '../../..',
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/react_native_pods_utils/__tests__/
H A Dscript_phases-test.rb14 react_native_path: '../..',
23 react_native_path: '../..',
32 react_native_path: '../../..',
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/sdks/hermes-engine/
H A Dhermes-utils.rb17 def download_nightly_hermes(react_native_path, version) argument
21 destination_folder = "#{react_native_path}/sdks/downloads"
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dreact_native_pods.rb202 def react_native_post_install(installer, react_native_path = "../node_modules/react-native", mac_ca… argument
211 package = JSON.parse(File.read(File.join(react_native_path, "package.json")))
214 …s.has_pod(installer, 'hermes-engine') && is_building_hermes_from_source(version, react_native_path)
215 add_copy_hermes_framework_script_phase(installer, react_native_path)
217 remove_copy_hermes_framework_script_phase(installer, react_native_path)
218 remove_hermesc_build_dir(react_native_path)
223 ReactNativePodsUtils.set_node_modules_user_settings(installer, react_native_path)
240 react_native_path = options[:react_native_path] ||= "../.."
318 react_native_path: react_native_path,

12