Commit 758002b8 authored by Chris LeBlanc's avatar Chris LeBlanc

Update README.md

parent 42fa516f
...@@ -121,8 +121,8 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand ...@@ -121,8 +121,8 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand
```js ```js
var DeviceInfo = require('react-native-device-info'); var DeviceInfo = require('react-native-device-info');
// note this is IDFV on iOS so it will change if all apps from the current apps vendor have been previously uninstalled
console.log("Device Unique ID", DeviceInfo.getUniqueID()); // e.g. FCDBD8EF-62FC-4ECB-B2F5-92C9E79AC7F9 console.log("Device Unique ID", DeviceInfo.getUniqueID()); // e.g. FCDBD8EF-62FC-4ECB-B2F5-92C9E79AC7F9
// * note this is IDFV on iOS so it will change if all apps from the current apps vendor have been previously uninstalled
console.log("Device Manufacturer", DeviceInfo.getManufacturer()); // e.g. Apple console.log("Device Manufacturer", DeviceInfo.getManufacturer()); // e.g. Apple
......
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