Commit 2a2c9928 authored by Donald Jackson's avatar Donald Jackson

Added getDeviceName() to module exports

parent c8bcb1ba
...@@ -34,5 +34,8 @@ module.exports = { ...@@ -34,5 +34,8 @@ module.exports = {
}, },
getReadableVersion: function() { getReadableVersion: function() {
return RNDeviceInfo.appVersion + "." + RNDeviceInfo.buildNumber; return RNDeviceInfo.appVersion + "." + RNDeviceInfo.buildNumber;
},
getDeviceName: function() {
return RNDeviceInfo.deviceName;
} }
}; };
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