Trigger the native Google Play or App Store In-App update prompt.
Trigger OS-level store update prompts natively without navigating users away from your app. When a new version is available on the Play Store or App Store, this function displays the native update sheet.
import nativine from 'nativine';
// Trigger native store update prompt sheet
await nativine.updates.check();
The update check is non-blocking. If no update is available, the function resolves silently with no UI shown to the user.