Most of my PBXNativeTarget buildPhases lists now embody “[Expo] Configure challenge” and the launch packager.command being referred to as in my pbxproj file is within the expo module. I attempted messing with the pbxproj file manually, however made the construct totally unstable.
I’ve tried cleansing out the pods eradicating all of the expo element and reinstalling solely what is important for expo digicam to no avail. Even went as far as to init a brand new challenge and duplicate code over, nonetheless calling npx expo.
npm listing expo
├─┬ expo-camera@13.4.2
│ └── expo@49.0.6 deduped
├─┬ expo-constants@14.4.2
│ └── expo@49.0.6 deduped
└─┬ expo@49.0.6
├─┬ expo-application@5.3.0
│ └── expo@49.0.6 deduped
├─┬ expo-file-system@15.4.2
│ └── expo@49.0.6 deduped
├─┬ expo-font@11.4.0
│ └── expo@49.0.6 deduped
└─┬ expo-keep-awake@12.3.0
└── expo@49.0.6 deduped
Yields nothing sudden from the place I stand. Once I had put in the expo-camera module this difficulty wasn’t occurring, so I do not consider the modules presence on their very own are at fault.
And this is my package deal.json
{
"title": "notjustphotos",
"model": "0.0.1",
"personal": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"begin": "react-native begin",
"take a look at": "jest"
},
"dependencies": {
"@apollo/shopper": "^3.8.0",
"@react-native-async-storage/async-storage": "^1.19.1",
"@react-native-community/netinfo": "^9.4.1",
"@react-native-picker/picker": "^2.4.10",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"amazon-cognito-identity-js": "^6.3.1",
"aws-amplify": "^5.3.5",
"aws-amplify-react-native": "^7.0.2",
"aws-sdk": "^2.1428.0",
"expo": "^49.0.6",
"expo-camera": "^13.4.2",
"expo-constants": "^14.4.2",
"expo-modules-core": "^1.5.9",
"graphql": "^15.8.0",
"react": "18.2.0",
"react-hook-form": "^7.45.1",
"react-native": "0.72.1",
"react-native-image-picker": "^5.6.0",
"react-native-pager-view": "^6.2.0",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.22.1",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^9.2.0",
"react-native-video": "^5.2.1",
"vector-icons": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@tsconfig/react-native": "^3.0.0",
"@sorts/metro-config": "^0.76.3",
"@sorts/react": "^18.0.24",
"@sorts/react-native-vector-icons": "^6.4.13",
"@sorts/react-native-video": "^5.0.15",
"@sorts/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro": "^0.77.0",
"metro-config": "^0.77.0",
"metro-core": "^0.77.0",
"metro-react-native-babel-preset": "0.76.5",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=16"
}
}
On the finish of the day it is probably not the top of the world however it’s actually irritating. Any tips on the place to look can be a lot appreciated.