react-native-device-uuid
react-native-device-uuid copied to clipboard
Get iOS's UUID (identifierForVendor) for React Native Application
``` Possible Unhandled Promise Rejection (id: 0): TypeError: Cannot read property 'getUUID' of undefined TypeError: Cannot read property 'getUUID' of undefined at blob:http://localhost:8081/15b07455-e83e-4936-b6ec-2953b21fdf89:132798:20 at tryCallTwo (blob:http://localhost:8081/15b07455-e83e-4936-b6ec-2953b21fdf89:13422:7) at doResolve (blob:http://localhost:8081/15b07455-e83e-4936-b6ec-2953b21fdf89:13586:15) at...
fixing this error about duplicate definitions: `In file included from /Users/xxxxxx/Documents/projects/xxxxxx/xxxxxx/node_modules/react-native-device-uuid/RCTDeviceUUID.m:9: In file included from /Users/xxxxxx/Documents/projects/xxxxxx/xxxxxx/node_modules/react-native-device-uuid/RCTDeviceUUID.h:10: ../react-native/React/Base/RCTBridgeModule.h:63:11: note: previous definition is here @protocol RCTBridgeModule ^ 1 warning and 2 errors...
Xcode 7.3 RN0.29