We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670ed10 commit eb93059Copy full SHA for eb93059
packages/create-react-native-library/templates/example/example/ios/Podfile
@@ -16,7 +16,7 @@ target '<%- project.name %>Example' do
16
#
17
# Note that if you have use_frameworks! enabled, Flipper will not work and
18
# you should disable these next few lines.
19
- use_flipper!
+ use_flipper!({ 'Flipper' => '0.80.0' })
20
post_install do |installer|
21
flipper_post_install(installer)
22
end
0 commit comments