Commit 0a2c91fc authored by David Schumann's avatar David Schumann Committed by Mehdi Achour

#403: Fix eslint-plugin-import error (#466)

parent f2f2beb7
......@@ -9,7 +9,7 @@ if (!RNDeviceInfo && Platform.OS === 'web') {
RNDeviceInfo = require('./web');
}
module.exports = {
export default {
getUniqueID: function() {
return RNDeviceInfo.uniqueId;
},
......
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