diff --git a/RNTester/Podfile b/RNTester/Podfile index 102c8daf604722..0d0a9386b1da55 100644 --- a/RNTester/Podfile +++ b/RNTester/Podfile @@ -9,7 +9,7 @@ def pods() project 'RNTesterPods.xcodeproj' # Enable TurboModule - use_react_native!(path: "..", turbo_modules_enabled: true) + use_react_native!(path: "..") pod 'React-turbomodule-samples', :path => '../ReactCommon/turbomodule/samples' # Additional Pods which aren't included in the default Podfile @@ -19,7 +19,7 @@ def pods() # Additional Pods which are classed as unstable # # To use fabric: add `fabric_enabled` option to the use_react_native method above, like below - # use_react_native!(path: "..", turbo_modules_enabled: true, fabric_enabled: true) + # use_react_native!(path: "..", fabric_enabled: true) end target 'RNTester' do diff --git a/RNTester/Podfile.lock b/RNTester/Podfile.lock index fc38e619537500..a3d698303abc11 100644 --- a/RNTester/Podfile.lock +++ b/RNTester/Podfile.lock @@ -291,6 +291,6 @@ SPEC CHECKSUMS: React-TypeSafety: 1de5a1034398108f4ca866b68489734f8dbb4c44 yoga: b72aa5b3708cc93c5897f8297122d6eba1331e07 -PODFILE CHECKSUM: bdc86d3bfde60c2637cfa8c4ed81afeaa2aaf6a3 +PODFILE CHECKSUM: 5ebd7e7531d9b6db21435251001600722f432414 COCOAPODS: 1.7.1 diff --git a/scripts/autolink-ios.rb b/scripts/autolink-ios.rb index 3560a35246ab9c..b1c14721175803 100644 --- a/scripts/autolink-ios.rb +++ b/scripts/autolink-ios.rb @@ -6,9 +6,6 @@ def use_react_native! (options={}) # Include Fabric dependencies fabric_enabled = options[:fabric_enabled] ||= false - # Include Turbo Modules dependencies - turbo_modules_enabled = options[:turbo_modules_enabled] ||= false - # Include DevSupport dependency production = options[:production] ||= false