Skip to content

Commit 3887730

Browse files
authored
ci(ios): disable Flipper to improve build times (#1194)
1 parent 8dda566 commit 3887730

File tree

2 files changed

+217
-334
lines changed

2 files changed

+217
-334
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require_relative '../node_modules/react-native-test-app/test_app'
22

33
workspace 'Example.xcworkspace'
44

5-
use_flipper! false if ENV['DISABLE_FLIPPER']
5+
use_flipper! false unless ENV['ENABLE_FLIPPER']
66

77
options = {
88
:fabric_enabled => false,

0 commit comments

Comments
 (0)