diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-02-11 16:49:31 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-02-11 16:49:31 -0500 |
| commit | 97e73f47622df32859964df4c94a4d419590bee2 (patch) | |
| tree | 9e2fdacee1040a9e9f975a329846dfa60cf5f3a4 /ios/Podfile | |
| parent | dc2da789ed0f440e0da8020f891bb490536a38fe (diff) | |
| parent | 3bc52c4e021199c5b546d51cd238aad9a96852a7 (diff) | |
Merge branch 'master' into tma255-taggs-bar
# Conflicts:
# src/components/common/SocialLinkModal.tsx
Diffstat (limited to 'ios/Podfile')
| -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 |
