Skip to content

Commit

Permalink
Add production flag
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed May 23, 2022
1 parent 0bc843f commit 7be8a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/react_native_pods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def use_react_native! (options={})
pod 'libevent', '~> 2.1.12'
end

if flipper_configuration.flipper_enabled
if flipper_configuration.flipper_enabled && !production
install_flipper_dependencies(prefix)
use_flipper_pods(flipper_configuration.versions, :configurations => flipper_configuration.configurations)
end
Expand Down

0 comments on commit 7be8a3e

Please sign in to comment.