André Kovac
André Kovac
Thanks for writing this here @sergeylaptev ! Do you want to add it to the documentation, perhaps as a comment in this code-block here right next to `uniqueId`? https://github.com/Driversnote-Dev/react-native-kontaktio/blob/master/docs/api.android.md#beacon--eddystone
@kirantripathi I'm not using the package in my current projects atm so I didn't yet test it with RN 0.63 ... You don't get any errors, do you?
[This thread](https://stackoverflow.com/questions/50773748/difference-requiresmainqueuesetup-and-dispatch-get-main-queue) explains the issue nicely. The solution to get rid of this warning is probably to add: ``` + (BOOL)requiresMainQueueSetup { return NO; } ```
@magrinj Thanks for your solution! Another solution without 3-rd party libraries (via the spread operator): ``` createTransform( // hydration (inbound) (inboundState, key) => { const { activities, photos, users, ...restOfInboundState...
@MR03web solution didn't work for me. Handling of the Android back button in a TabNavigator is not yet supported. The [section 'Custom Android back button behavior' in the react-navigation docs](https://reactnavigation.org/docs/custom-android-back-button-handling/)...
Same here. `Number of items` input field not shown and other text is on top of status bar: 
@loopingz Issues is still present and looking into this issue would be highly appreciated 🙏
Run `npm rebuild bcrypto` and continue `npm rebuild` commands for any other modules which throw the `Error: Cannot find module` error. I for example still had to run `npm rebuild...
Yes, I was using the correct UUID. I did these tests almost two months ago and now testing your current version. See #4
I now tried your example app. It unfortunately doesn't show any beacons when ranging as before. It is the correct UUID and other beacon detection apps, show the beacons on...