Skip to content

Commit

Permalink
Add warning for use_flipper
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed May 23, 2022
1 parent b2d71d5 commit b3a0bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/react_native_pods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def get_default_flags()
end

def use_flipper!(versions = {}, configurations: ['Debug'])
Pod::UI.warn "use_flipper is deprecated, use the flipper_configuration option in the use_react_native function"
use_flipper_pods(versions, :configurations => configurations)
end

Expand Down

0 comments on commit b3a0bc6

Please sign in to comment.