How to detect update from play store for expo app?

Viewed 851

I have developed an app in expo. But how to detect the update from google play store?

1 Answers

This feature is not yet implemented in Expo SDK. It will be available probably in SDK 43. There is also a request open regarding this, check it out here

Related