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

Example App #2

Open albo1337 opened 8 years ago

albo1337 commented 8 years ago

Hey,

do you have any react native example apps using this lib? For example the same one as this here:

https://github.com/geniuxconsulting/blog-react-native-ibeacon

Thx guys!

octavioturra commented 8 years ago

Sorry, Until now I do not have any example.

albo1337 commented 8 years ago

Thx for answering. Does this lib work to find estimote beacons using react-native?

octavioturra commented 8 years ago

I'm testing this now. When I've wrote it worked with almost all beacon tests. This is just a wrap for AltBeacon.

albo1337 commented 8 years ago

This would be great. Because I wont to develop a new react-native app using the functionality of beacons. If this lib works, I can use your lib for android and the lib from frostney for ios

Thx

andrekovac commented 8 years ago

@octavioturra An example would be great. When I started to add your code into my project, it somehow didn't work with Kontakt.io beacons. Have you tried them yet? You can see my issue from February.

octavioturra commented 8 years ago

I'll test my library again, and create some documents to show how to use.

Basically it works as AltBeacon works, so, I really don't know in which formats its use is good for, because I've just tested as an intercomunicator between my own apps.

I'm making an example, also testing again.

albo1337 commented 8 years ago

Thank you very much

mmazzarolo commented 8 years ago

Hello there, @octavioturra or @Andruschenko: can you write a short draft of the step to follow for implementing this library in an app, please?
I just gave a try and it seems that importing and using RNABeacon is not enough, should I also move the android files in my project?

Thank you!

mmazzarolo commented 8 years ago

Ok, I'm getting it, the Android Library needs to be linked (and is still not linkable with RNPM). @octavioturra do you still maintain this app? It would be cool:

If you're interested I can send you some pull request for helping with this stuff (or I can just do it in another repo if you prefer).

Let me know! :)

octavioturra commented 8 years ago

I would love to have some help. Because of some problems, my plans in update ande correct this lib features were postponed, but I have full interests in maintain it.

Em qui, 31 de mar de 2016 13:05, Matteo Mazzarolo notifications@github.com escreveu:

Ok, I'm getting it, the Android Library needs to be linked (and is still not linkable with RNPM). @octavioturra https://github.com/octavioturra do you still maintain this app? It would be cool:

  • Saving it to NPM
  • Handling linking with RNPM
  • Adding docs

If you're interested I can send you some pull request for helping with this stuff (or I can just do it in another repo if you prefer).

Let me know! :)

— You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub https://github.com/octavioturra/react-native-alt-beacon/issues/2#issuecomment-204001511

mmazzarolo commented 8 years ago

For RNPM/NPM I can't help: you should create an account on NPM, init the repo and load it on NPM.

octavioturra commented 8 years ago

I'm woking on it.

octavioturra commented 8 years ago

NPM and 1.1.0 version up. Take a look and send me feedbacks for the lib, example and docs

OFranke commented 8 years ago

Hi, @Andruschenko did you get kontaktio beacons to work with this lib? Can anyone share some experience about which beacons are working with this lib? That'd be very appreciated!

PS: If any1 is interested, these beacons also look pretty cool: http://www.gimbal.com/

MacKentoch commented 8 years ago

Hi, I'm trying to create a RN starter project for both iOS and Android.

I feel like unlucky with Android since I can't have neither example nor my own implementation working...

  "dependencies": {
    "react": "15.1.0",
    "react-native": "0.28.0",
    "react-native-alt-beacon": "github:octavioturra/react-native-alt-beacon",