React native – Expo update fails because it can't find "noop.js"?
I'm trying to run my React Native application, developed with Expo, on an ios device I own. Following advice from this thread, I've set the "preview" profile in eas.json to contain the following rule: "ios": { "simulator": true } And…