react-native-alt-beacon icon indicating copy to clipboard operation
react-native-alt-beacon copied to clipboard

Example App

Open albo1337 opened this issue 9 years ago • 15 comments

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!

albo1337 avatar Mar 21 '16 11:03 albo1337

Sorry, Until now I do not have any example.

octavioturra avatar Mar 21 '16 13:03 octavioturra

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

albo1337 avatar Mar 21 '16 13:03 albo1337

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

octavioturra avatar Mar 21 '16 13:03 octavioturra

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

albo1337 avatar Mar 21 '16 13:03 albo1337

@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.

andrekovac avatar Mar 21 '16 14:03 andrekovac

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.

octavioturra avatar Mar 21 '16 16:03 octavioturra

Thank you very much

albo1337 avatar Mar 22 '16 06:03 albo1337

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 avatar Mar 31 '16 15:03 mmazzarolo

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:

  • 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! :)

mmazzarolo avatar Mar 31 '16 16:03 mmazzarolo

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 [email protected] 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

octavioturra avatar Mar 31 '16 17:03 octavioturra

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

mmazzarolo avatar Apr 01 '16 07:04 mmazzarolo

I'm woking on it.

octavioturra avatar Apr 01 '16 21:04 octavioturra

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

octavioturra avatar Apr 05 '16 20:04 octavioturra

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/

OFranke avatar Jun 07 '16 12:06 OFranke

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...

  • on my project:
  "dependencies": {
    "react": "15.1.0",
    "react-native": "0.28.0",
    "react-native-alt-beacon": "github:octavioturra/react-native-alt-beacon",
  • I used rnpm link to integrate it to my android project
  • phone (real one since simulator won't help):
    • android 6.0.1
  • beacon:
    • A beacon is a beacon (a simple BTLE device) I'm sure it works with any beacon, so I use a custom one with an alternate iPhone thanks to: gemtot

MacKentoch avatar Jun 28 '16 11:06 MacKentoch