react-native-gms-appset
v1.2.0
Published
Device identifier via google services
Readme
react-native-gms-appset
Implementation of App set ID for react-native https://developer.android.com/training/articles/app-set-id
Installation
npm install react-native-gms-appsetUsage
import { getAppSetId } from 'react-native-gms-appset';
// ...
const uuid = await getAppSetId();