André Kovac

Results 21 comments of 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: ![simulator screen shot 02 feb 2016 16 40 00](https://cloud.githubusercontent.com/assets/1945462/12754459/9dc3140e-c9cb-11e5-85ce-819e11ed4ac0.png)

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