octavioturra / react-native-alt-beacon

A work-in-progress lib to work with AltBeacon and React Native.
MIT License
34 stars 10 forks source link

_reactNativeAltBeacon2.default is not a constructor #4

Open andrekovac opened 8 years ago

andrekovac commented 8 years ago

I get the error _reactNativeAltBeacon2.default is not a constructor when calling new RNABeacon()

octavioturra commented 8 years ago

Sorry, I've been experimenting some errors with npm. I'll fix it soon. What version have you installed?

Em qua, 6 de abr de 2016 13:36, André Kovac notifications@github.com escreveu:

I get the error _reactNativeAltBeacon2.default is not a constructor when calling new RNABeacon()

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/octavioturra/react-native-alt-beacon/issues/4

andrekovac commented 8 years ago

Hi, thanks for the package and for maintaining it!

I used your latest version, i.e. commit 72139ade6ea8aee5a5cecc2d452914167e77c8ad

with react native 0.22.2.

richogreen commented 8 years ago

Any update on this? Thanks