frostney / react-native-ibeacon

:satellite: iBeacon support for React Native
MIT License
375 stars 54 forks source link

Fix duplicate interface definition RTBridge #52

Open srikanthkyatham opened 7 years ago

srikanthkyatham commented 7 years ago

RCTBridge.h is causing duplicate interface definition for class 'RTBridge. More information is shared in https://github.com/frostney/react-native-ibeacon/issues/51

The below fix should fix the issue

devand123 commented 7 years ago

Can we please get this merged? :)

ghost commented 7 years ago

@srikanthkyatham, did you have a problem with RCTMethodInfo too?