DanielGannage

Results 6 comments of DanielGannage

Did you get an answer to this? I would like to use geolocation in the background as well. Not sure if this is the right module for that...

> @falay26 @DanielGannage Did you find any library that is capable of doing this ? Yes, react native background actions will allow me to run it in the background.

Was this issue ever solved? I have the exact same issue. I have a feeling the users[] array is not persisting, because whenever I print out the array using .map,...

Found the issue, on the client side I was instantiating multiple io() objects. This was opening multiple connections per browser session. The multiple connections created multiple socket.ids which did not...

@EstebanFuentealba I am experiencing an issue with building with the `vision-camera-code-scanner` as well. Were using ^0.71.1 and the latest `react-native-vision-camera` (2.15.4), which requires kotlin version 1.6.20. Also in order to...

@Productivix did you find a fix for this?