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

Update NPM repos #9

Open mackram opened 8 years ago

mackram commented 8 years ago

Hey wonderful project but I was wondering if you could update the npm repos so that we could easily get version 1.1.1 as currently the only viable one is 1.0.2 which will not compile with the directions provided nor follow the docs

joustava commented 8 years ago

That would probably also solve #4 as the example is using 1.1.1 (the example seems to run) but pulling this in via npm install:

npm list | grep react-native-alt-beacon
├── react-native-alt-beacon@1.0.2
joustava commented 8 years ago

Of course in the meanwhile you could try installing from git directly

npm install -S octavioturra/react-native-alt-beacon