Andreas Teufel
Andreas Teufel
react-loading uses divs, it does not seem to be built for react native: https://github.com/fakiolinho/react-loading/blob/master/lib/react-loading.jsx
i got the same problem, render performance is very slow especially in IE11 - probably because of react-tooltip, because it is the only component that shows up with why-did-you-update.
i believe it´s a required parameter. it works for me with ANY string though. > The parameter regionId must be an unique ID. The parameter beaconsUUID is optional,...
just try it ;) - it worked for me with some estimote beacons.
we are only talking about the parameter regionId, the uuids are optional. if you do not add it, you will get all beacons in range. i just used the "Simple...
just ignore the uuid parameter then. you were talking about the region parameter, not the uuid...?
I had the same error. Tried to eject from Expo, but it did not work. The solution was to use `react-native init` instead of `create-react-native-app`.
you should not use ANY hardcoded token with that plugin. tokens need to be kept secret (they are like your house key). even the basic app token should not be...
@BurakDev there is no support for that, but you can just take a look at the bluetooth chat example in the official android docs for android to android communication.
@ragcsalo the link to the zip file does not work anymore