From d4f0d4188994c9523655e053c65cba61dbb66736 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Tue, 9 Feb 2021 12:00:36 -0500 Subject: comment out flipper since it was giving us build issues --- ios/Podfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ios') diff --git a/ios/Podfile b/ios/Podfile index 64383591..7de1c849 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -16,10 +16,11 @@ target 'Frontend' do # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable these next few lines. - use_flipper! - post_install do |installer| - flipper_post_install(installer) - end + # https://github.com/facebook/react-native/issues/30836 + # use_flipper! + # post_install do |installer| + # flipper_post_install(installer) + # end end target 'Frontend-tvOS' do -- cgit v1.2.3-70-g09d2