Juan

Results 3 comments of Juan

package.json { "name": "@simple-mono/source", "version": "0.0.0", "license": "MIT", "scripts": { "generate-sdk": "npx mst-gql --format ts https://dev-api.changotest.com/graphql --outDir=./simple-sdk/src/store", "run-all-next": "nx run-many --target=dev --all", "run-mobile": "nx run mobile-user-app:start" }, "private": true, "dependencies":...

any solution to this problem i cant upgrade from sdk 51 to sdk 52 expo

I can say that this worked for me. This is what I had to do: npx expo install expo@latest npx expo install --fix Then I followed the expo steps to...