Has anyone run into this issue?
I've used both solutions but no luck...
Solution 1: iOS Delete the build folder and rerun the project rm -rf ios/build react-native run-ios
Solution 2: iOS Open a second terminal window in the project directory and run npm start. Then in the first terminal window, run react-native run-ios.
I've provided a screenshot as well. I've also checked outside resources (Google, Stack Overflow etc...)
Thank you in advance.