If your expo go show update sdk version or something related to that while developing and previewing react native project on expo go. You can check this official expo doc.
From this doc I just run these two commands on the terminal & issue fiexed.
npm install expo@latest
npx expo install --fix