Does Expo manage workflow have "In app update n Android app" ?

Android has feature In-app updates link In-app updates  |  Android Developers
How can I implement the same using “expo manage workflow”? Please help

Hi @rajan23024

Expo does not have this built-in, but you should be able to use one of the React Native packages for this as long as you build with EAS Build. (It will not work with expo build or in Expo Go.)

e.g. a quick search turned up these possibilities:

Note: You will not need to run react-native link.