From 9e5ed70b0781bbc82c4c9cc1da6250c2c4660bab Mon Sep 17 00:00:00 2001 From: ArekAras Date: Fri, 11 Oct 2024 14:36:28 +0200 Subject: [PATCH] fix: add React-featureflags pod for dynamic frameworks configuration --- packages/rn-tester/Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/rn-tester/Podfile b/packages/rn-tester/Podfile index 7e723ec52341e6..9b692c4bd5b16f 100644 --- a/packages/rn-tester/Podfile +++ b/packages/rn-tester/Podfile @@ -54,6 +54,7 @@ def pods(target_name, options = {}) # Additional Pods which aren't included in the default Podfile pod 'React-RCTPushNotification', :path => "#{@prefix_path}/Libraries/PushNotificationIOS" + pod 'React-featureflags', :path => "#{@prefix_path}/ReactCommon/react/featureflags" # Additional Pods which are classed as unstable # RNTester native modules and components