Matteo Mazzarolo

Results 229 comments of Matteo Mazzarolo

Hey @levint, sorry to bother you... do you have any info regarding Eddystone? Thanks!

I'm sorry but I don't have enough free time anymore to continue it :(

## Info on ranging output Current ranging output from `react-native-beacons-android`: ``` javascript { region: { identifier: String, uuid: String }, beacons: [ { uuid: String, major: Number, minor: Number, rssi:...

Thanks man, merged :) I'll publish it on npm soon

Hey @efiorello and @kzima. Unfortunately I can't keep up with this repo anymore #31, but I recently merged #34 which may help you :) You can try it from the...

@kzima actually... this is all Java/Android code, I would suggest you to learn a bit of Java and Android SDK first :)

@sudharsan1988 sorry for answering late but as I already stated [here](https://github.com/mmazzarolo/react-native-beacons-android/issues/29) I'm super busy and can't take a look at it at the moment :(

Yup, I know about F-Droid but I never thought about releasing this project on it. Indeed, it might be worthy take a look at it !

Hmm... 🤔 I might be wrong here, but I'm not seeing how it would work with [Yarn workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/) unless you specify each workspace in the root package.json.

> Yes, if it's required I can directly specify packages. I haven't tested, but I think _recursive search_ should work > > ```json > "packages": [ > "packages/**" > ],...