device-info-asid
v0.2.6
Published
device-information
Downloads
5
Readme
device-info-asid
device-information
Installation
npm install device-info-asid
Usage
import { getDeviceID } from 'device-info-asid';
// ...
//to get device id in android
const result = await getDeviceID();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library