duplicate interface definition for class 'RTBridge'
Opened this issue · 2 comments
Dri4n commented
srikanthkyatham commented
I solved it by commenting
//#import "RCTBridge.h"
in RNBeacon.m
But the issue every new yarn install or npm install would result in the same issue all over again.
Submitted a PR - #52
Waiting for it to merge