Function name correction

parent 88b32e6c
...@@ -65,10 +65,10 @@ module.exports = { ...@@ -65,10 +65,10 @@ module.exports = {
isPinOrFingerprintSet: function () { isPinOrFingerprintSet: function () {
return RNDeviceInfo.isPinOrFingerprintSet; return RNDeviceInfo.isPinOrFingerprintSet;
}, },
getSystemName: function () { getFirstInstallTime: function () {
return RNDeviceInfo.firstInstallTime; return RNDeviceInfo.firstInstallTime;
}, },
getSystemName: function () { getLastUpdateTime: function () {
return RNDeviceInfo.lastUpdateTime; return RNDeviceInfo.lastUpdateTime;
}, },
getPhoneNumber: _ => RNDeviceInfo.phoneNumber getPhoneNumber: _ => RNDeviceInfo.phoneNumber
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment