react-native-device-uuid icon indicating copy to clipboard operation
react-native-device-uuid copied to clipboard

fixed RCTBridgeModule error that occurs when RN already imports it ca…

Open apski opened this issue 7 years ago • 0 comments
trafficstars

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 <NSObject> ^ 1 warning and 2 errors generated.

apski avatar May 16 '18 14:05 apski