Skip to content

Commit eb93059

Browse files
committed
fix: hardcode flipper version. fixes #144
1 parent 670ed10 commit eb93059

File tree

1 file changed

+1
-1
lines changed
  • packages/create-react-native-library/templates/example/example/ios

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/example/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target '<%- project.name %>Example' do
1616
#
1717
# Note that if you have use_frameworks! enabled, Flipper will not work and
1818
# you should disable these next few lines.
19-
use_flipper!
19+
use_flipper!({ 'Flipper' => '0.80.0' })
2020
post_install do |installer|
2121
flipper_post_install(installer)
2222
end

0 commit comments

Comments
 (0)