Skip to content

Commit ff89d20

Browse files
authored
fix(iOS): Flipper is still built when disabled (#132)
1 parent 7ef5941 commit ff89d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/test_app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def use_react_native!(project_root, target_platform)
118118
include_react_native!(react_native: react_native.relative_path_from(project_root).to_s,
119119
target_platform: target_platform,
120120
project_root: project_root,
121-
flipper_versions: @flipper_versions || {})
121+
flipper_versions: @flipper_versions != false && (@flipper_versions || {}))
122122
end
123123

124124
def make_project!(xcodeproj, project_root, target_platform)

0 commit comments

Comments
 (0)