import { NativeModules, Platform } from "react-native"; export default { checkVersion(){ if(Platform.os === 'android'){ NativeModules.VersionUpgrade.checkVersion() } } };