react-native-uuid-keychain
v1.2.0
Published
获取设备唯一码
Readme
Installation
Installation can be done through npm:
npm i react-native-uuid-keychain --saveUsage
用于获取app的唯一标示
import { NativeModules } from 'react-native';NativeModules.RNGetUUID_KeyChain.getUDIDKeyChain('Bundle Identifier', (uuid) => {
// service code
});