Where to see the published expo updates in my expo account?

I have configures expo-updates as per docs and created an Expo account to publish updates. Then created release apk by using following command,

npx react-native run-android --variant release

Then published an update by using expo publish by doing a small change and I am able to see the change in my device.

My doubt is, Can I see the builds I published to my expo account?

If you are using expo publish you can check what was published using expo publish:history.

You might also want to look into switching to EAS Update EAS Update is now generally available | by Jon Samp | Aug, 2022 | Exposition

2 Likes

Thank you for your response.

Terminal is the only way to see history if we publish by using expo publish?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.