Skip to content

Commit b3a0bc6

Browse files
committed
Add warning for use_flipper
1 parent b2d71d5 commit b3a0bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/react_native_pods.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def get_default_flags()
139139
end
140140

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

0 commit comments

Comments
 (0)