Joost Oostdijk

Results 18 comments of Joost Oostdijk

@altaf4web I assume you forgot to add the xmlns:tools="http://schemas.android.com/tools" in your manifest root element

@kartemov you can probably change the version of the image used in the top of the `./docker/Dockerfile` e.g `FROM continuumio/miniconda3:4.8.3` instead of `:latest`. It is because 'latest' always point to...

Any update on this one? I'm also trying to use this lib in a elixir/phoenix project, first issue I had is with mix not being able to resolve deps due...

Yes, done them myself. Added some corrections .

have you tried ADD instead of ONBUILD COPY?

@voltagex if you help/tell me with how I should test it, I could take a look. I can run it in a vagrant box e.g?

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

Of course in the meanwhile you could try installing from git directly ``` npm install -S octavioturra/react-native-alt-beacon ```

Seems that native Android supports BLE from at least 18 onwards [read this](https://developer.android.com/guide/topics/connectivity/bluetooth-le.html) for details.