ios – XCode unable to construct React-Native undertaking
I am attempting to construct my React Native app for iOS however I’m working into some points. For starters, here is my package deal.json file: { “title”: “MyRNApp”, “model”: “1.7.0”, “non-public”: true, “scripts”: { “android”: “react-native run-android”, “ios”: “react-native run-ios”, “lint”: “eslint .”, “begin”: “react-native begin”, “check”: “jest” }, “dependencies”: { “@apollo/shopper”: “^3.11.4”, “@notifee/react-native”: “^7.8.2”,…