I started getting this error when running an existing project withreact-native run-ios. To try to see if there was something wrong with my project I ran react-native init EmptyProject to create a blank project that should work perfectly. I still get this error even with that.
I've looked at this question on stack overflow and ran ./node_modules/react-native/packager/packager.sh start --resetCache on both my existing project and the empty project to no avail. Any clues as to what might be going on?
