默认吧

This commit is contained in:
Jerry Yan 2020-03-14 13:14:43 +08:00
parent 0df859bf10
commit bcca3fbf1d

View File

@ -1,7 +1,3 @@
import {NativeModules, Platform} from "react-native";
export function checkUpgrade() {
if (Platform.os === 'android') {
NativeModules.VersionUpgrade.checkUpgrade()
}
}
export default NativeModules.VersionUpgrade;