diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-10 16:44:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 16:44:51 -0500 |
commit | 793b2cb28f216d48f7c2ad8ef42e45c2973d708d (patch) | |
tree | bcd7888efa6bc996edd2a4444e7ba8668c6d560b | |
parent | 0d51e6f2b860a7bfe559284e9e3a10a7dd0e6e63 (diff) | |
parent | d4f0d4188994c9523655e053c65cba61dbb66736 (diff) |
Merge pull request #231 from IvanIFChen/hotfix-comment-out-flipper
[FIX] Comment out flipper since it was giving us build issues
-rw-r--r-- | ios/Podfile | 9 |
1 files changed, 5 insertions, 4 deletions
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 |