sergeylaptev

Results 12 comments of sergeylaptev

+1, especially for the second point. Should I store userToken in localStorage after success login action and how correctly deserialize currentUser info (including avatar etc) from the server after server-side...

> If it's android, some reported that opening google maps once will solve this issue. For iOS, I'm not sure what the issue could be. Are you using emulator or...

I have the same issue, react-native 0.59.10. Any ideas what's wrong?

Hello everyone. @MKacikKontakt was right!:) To retrieve uniqueId and other meta info (e.g. battery level, firmware revision etc) you need to add SECURE_PROFILE argument into your `connect` method invokation and...

More info about the issue: If you will wait about 3 seconds after disconnect and then connect to any room, you will see other participants video tracks as expected, but...

Android seems to have race conditions while unmounting. Would be great to have a callback on disconnect handler at least. @slycoder do you have any ideas why does this work...

CSS might be good, but I have no idea how to handle case when we have percentage value like this: `targetOffset: '50% 0'`

I’ve described the solution for react-native projects in this pull request https://github.com/welldone-software/why-did-you-render/pull/288

I was able to fix this issue by just adding `implementation "androidx.legacy:legacy-support-v4:1.0.0"` into the dependency list

I have the same problem. Is there any fix for that?