Skip to content

Commit b0111c0

Browse files
fix: Remove flipper config from the Podfile template (#2195)
1 parent db3f8e7 commit b0111c0

File tree

1 file changed

+0
-2
lines changed
  • packages/react-native/local-cli/generator-macos/templates/macos

1 file changed

+0
-2
lines changed

packages/react-native/local-cli/generator-macos/templates/macos/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ target 'HelloWorld-macOS' do
1414
:path => '../node_modules/react-native-macos',
1515
:hermes_enabled => false,
1616
:fabric_enabled => ENV['RCT_NEW_ARCH_ENABLED'] == '1',
17-
# Flipper is not compatible w/ macOS
18-
:flipper_configuration => FlipperConfiguration.disabled,
1917
# An absolute path to your application root.
2018
:app_path => "#{Pod::Config.instance.installation_root}/.."
2119
)

0 commit comments

Comments
 (0)