Skip to content

linchCN/react-native-uuid-keychain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. With autolinking (react-native 0.60+)

    cd ios && pod install

  2. Pre react-native 0.60

    $ react-native link react-native-swisseph

Usage

用于获取app的唯一标示

import { NativeModules } from 'react-native';
NativeModules.RNGetUUID_KeyChain.getUDIDKeyChain('Bundle Identifier', (uuid) => {
  // service code
});
// log: '9DA26F9B-5111-4CC5-BEF5-607573836C45'.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C 93.5%
  • Ruby 3.4%
  • JavaScript 3.1%