Home
last modified time | relevance | path

Searched defs:install_modules_dependencies (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/
H A Dnew_architecture.rb81 def self.install_modules_dependencies(spec, new_arch_enabled, folly_version) singletonMethod in NewArchitectureHelper
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/
H A Dnew_architecture.rb65 def self.install_modules_dependencies(spec, new_arch_enabled, folly_version) singletonMethod in NewArchitectureHelper
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A Dreact_native_pods.rb200 def install_modules_dependencies(spec, new_arch_enabled: ENV['RCT_NEW_ARCH_ENABLED'] == "1") method
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dreact_native_pods.rb177 def install_modules_dependencies(spec, new_arch_enabled: ENV['RCT_NEW_ARCH_ENABLED'] == "1") method