@naaabee1 This is normally the Podfile flipper issue. Can you try the following steps first?
1. Delete node_modules and package-lock.json
2. In your terminal, run the following commands
- npm install
- npx react-native link
- cd ios
- pod install
- cd ..
- npx react-native run-ios