From dc36be335fd034fa83e5ce0b6a44eb1685761cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Mon, 27 Nov 2023 16:53:31 -0800 Subject: [PATCH] chore: remove duplicated pod 'Yoga' in RNTester (#41627) Summary: This PR removes duplicated `pod 'Yoga'` as it is already declared in `use_react_native`. ## Changelog: [INTERNAL] [REMOVED] - duplicated pod 'Yoga' in RNTester Pull Request resolved: https://github.com/facebook/react-native/pull/41627 Test Plan: CI Green Reviewed By: christophpurrer Differential Revision: D51603340 Pulled By: NickGerleman fbshipit-source-id: 89e77e5a544cb54d77b969462130725853b36d5d --- packages/rn-tester/Podfile | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/rn-tester/Podfile b/packages/rn-tester/Podfile index 1aff97a42fc..7a9bda7f3f9 100644 --- a/packages/rn-tester/Podfile +++ b/packages/rn-tester/Podfile @@ -55,7 +55,6 @@ def pods(target_name, options = {}) # Additional Pods which aren't included in the default Podfile pod 'React-RCTPushNotification', :path => "#{@prefix_path}/Libraries/PushNotificationIOS" - pod 'Yoga', :path => "#{@prefix_path}/ReactCommon/yoga", :modular_headers => true # Additional Pods which are classed as unstable # RNTester native modules and components