@ -1,3 +1,9 @@
import { NativeModules } from "react-native";
import { NativeModules, Platform } from "react-native";
export default NativeModules.VersionUpgrade;
export default {
checkVersion(){
if(Platform.os === 'android'){
NativeModules.VersionUpgrade.checkVersion()
}
};
The note is not visible to the blocked user.