I am doing a eas build
of react-native app made with expo. Getting this error
☁ react-native-news-app [main] ⚡ eas build ★ eas-cli@3.10.2 is now available. To upgrade, run npm install -g eas-cli. Proceeding with outdated version.
✔ Select platform › All EAS project not configured. ✔ Existing EAS project found for @chimiwangchukwangdi/news-app (id = 70297aaf-289f-4e8b-bcb2-fa1b7e866003). Configure this project? … yes Warning: Your project uses dynamic app configuration, and the EAS project ID can't automatically be added to it. https://docs.expo.dev/workflow/configuration/#dynamic-configuration-with-appconfigjs To complete the setup process, set "extra.eas.projectId" in your app.config.ts or app.json: { "expo": { "extra": { "eas": { "projectId": "70297aaf-289f-4e8b-bcb2-fa1b7e866003" } } } } ✖ Linking local project to EAS project 70297aaf-289f-4e8b-bcb2-fa1b7e866003 Cannot automatically write to dynamic config at: app.config.ts Error: build command failed.
Not able to build.
I tried setting up the set "extra.eas.projectId" in my app.json and then again running the command eas build
but it fails again giving the same error.