Skip to content

Commit

Permalink
Remove Flipper references from Podfile template (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg authored Aug 17, 2024
1 parent 6fd1e9f commit 8fe11e2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ target 'HelloWorld-macOS' do
:path => '../node_modules/react-native-macos',
:hermes_enabled => false,
:fabric_enabled => ENV['RCT_NEW_ARCH_ENABLED'] == '1',
# Flipper is not compatible w/ macOS
:flipper_configuration => FlipperConfiguration.disabled,
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
Expand Down

0 comments on commit 8fe11e2

Please sign in to comment.