react-native-device-id
v1.2.0
Published
A package to get UniqueId on iOS and Android phones
Downloads
11
Readme
react-native-device-id
Getting started
npm install react-native-device-id --save
Mostly automatic installation
For RN version < 0.60
react-native link react-native-device-id
Usage
import DeviceId from "react-native-device-id";
//...
DeviceId.getUniqueId();