Skip to content

Commit

Permalink
Remove Flipper references from Podfile template
Browse files Browse the repository at this point in the history
Flipper is dropped in react-native 0.74, however
react-native-macos's Podfile template file still reference it.
  • Loading branch information
hsjoberg committed Aug 17, 2024
1 parent 6fd1e9f commit 0e3fb56
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 0e3fb56

Please sign in to comment.