If you have Watchman installed, please remove it.
It can cause issues with newer React Native versions and is best avoided.
To uninstall Watchman, run:
brew uninstall watchman
Then, clean your project and rebuild:
rm -rf node_modules
rm -rf ios android
npx expo prebuild
npx expo run:ios