npx @react-native-community/cli@latest init iRecoveryApp --package-name app.irecovery.app --title "iRecovery"
Run instructions for macOS:
• See https://aka.ms/ReactNativeGuideMacOS for the latest up-to-date instructions.
npx react-native-macos-init
...
Couldn't install Pods. Updating the Pods project and trying again...
Command `pod install` failed.
└─ Cause: Invalid `Podfile` file: uninitialized constant Pod::Podfile::FlipperConfiguration.
# from /Users/mikki/Projects/irecovery/iRecoveryApp/macos/Podfile:18
# -------------------------------------------
# # Flipper is not compatible w/ macOS
> :flipper_configuration => FlipperConfiguration.disabled,
# # An absolute path to your application root.
# -------------------------------------------
I have Flipper installed on macOS macOS Sonoma 14.6.1 just fine.
Thank you for your help.