aboutsummaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorShravya Ramesh <37447613+shravyaramesh@users.noreply.github.com>2021-02-11 14:06:04 -0800
committerGitHub <noreply@github.com>2021-02-11 14:06:04 -0800
commitbcede9945a10ce7bf67aeeaf7f94e1a8984e7c0d (patch)
tree229e130c90307507e68f17b016f81cf310822ccf /ios
parentda61f04d037d92fce7cf9852a3be79eb41158d5a (diff)
parent2561d20e17a697726d6b77accf79c9da2d1f6ef6 (diff)
Merge branch 'master' into tma641-animation-tutorial
Diffstat (limited to 'ios')
-rw-r--r--ios/Podfile9
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