mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
09a289542c
commit
dc36be335f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user