frostney/react-native-ibeacon

duplicate interface definition for class 'RTBridge'

Opened this issue · 2 comments

Dri4n commented

Version

0.6.0

Steps to reproduce

  1. Install react-native-ibeacons
  2. react-native link & link manually librarary
  3. Semantic issues

image

react-native versión is

image

Actual behavior

any ideas for this ?

rem7 commented

@Dri4n did you figure this out?

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