Mohamed Moussa

Results 29 comments of Mohamed Moussa

We're using [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js) and seem to have come across the same general problem. We have long-running sessions that run concurrently and our Sentry context and breadcrumbs tend to be useless...

I came across https://github.com/mateioprea/react-native-random-values-jsi-helper and was interested in doing a performance test. I took the same approach with both libraries as @tasn did above for direct use of crypto as...

You should take a look at http://invertase.io/react-native-firebase/#/faqs?id=comparison-to-firestack.

@alickcai did you test this on an Android device running Android 13 by any chance? I have encountered an issue where flatlist performance is massively degraded on Android 13.

Thanks @GenoD! We did end up finding the cause to be the `inverted` prop as well and we ended up fixing it by reversing our data before feeding it to...

Hi @vishalnarkhede, just wondering if this is still on your near-term todo list or if you can share some context for someone looking to take this on otherwise. Thanks!

@mpivchev I tested this in my app with v3.2.0 using `appKilledPlaybackBehavior: AppKilledPlaybackBehavior.StopPlaybackAndRemoveNotification` but the notification is not being removed when I remove the app from recents, and when I re-open...