react-native-uuid-keychain

1.2.0 • Public • Published

Installation

Installation can be done through npm:

npm i react-native-uuid-keychain --save

Usage

用于获取app的唯一标示

import { NativeModules } from 'react-native';
NativeModules.RNGetUUID_KeyChain.getUDIDKeyChain('Bundle Identifier', (uuid) => {
  // service code
});

Package Sidebar

Install

npm i react-native-uuid-keychain

Weekly Downloads

3

Version

1.2.0

License

ISC

Last publish

Collaborators

  • wangzixiao