-
With autolinking (react-native 0.60+)
cd ios && pod install -
Pre react-native 0.60
$ react-native link react-native-swisseph
用于获取app的唯一标示
import { NativeModules } from 'react-native';NativeModules.RNGetUUID_KeyChain.getUDIDKeyChain('Bundle Identifier', (uuid) => {
// service code
});
// log: '9DA26F9B-5111-4CC5-BEF5-607573836C45'.