UNPKG

rn-in-app-update

Version:
9 lines (7 loc) 364 B
const RNInAppUpdate = { checkUpdate: () => platformNotCurrentlySupported(), onUpdateDownloaded: (callback) => platformNotCurrentlySupported(), forceCompleteUpdate: () => platformNotCurrentlySupported() } const platformNotCurrentlySupported = () => console.warn("RNInAppUpdate doesn't support iOS at the moment"); export default RNInAppUpdate;