Results 33 comments of Neo Mxn0

> I'm developing a React Native app, > Every time I stop the socket server, socket client will throw the `Socket hung up` error that I cannot catch it. It...

> Dear @luatnd > do your workers in the server-side continue working currectly when you close one of your React Native app? I'm not sure because I'm not the one...

If this library is base on Virtualized List, then "Windowing technique" would help Or some tricks to improve Virtualized List perf: https://github.com/filipemerker/flatlist-performance-tips

@fabriziobertoglio1987 I need to clone this repository to my local machine, then modify the code manually :D Unfortunately, I modify too much to gain my project's requirement - so I...

@shariqahmed1 I upload to my fork repos, be aware that I've modified it to much so it's might different from this origin repo. https://github.com/luatnd/react-native-chart-kit Here is how I use it:...

+1, I tried all other libraries but this is only library that can work inside react-native-modal because of touch responder system. At this time, we cannot modify track styles. I...

Glad to hear that @Sharcoux , it's all I want except working inside modal. I'm using `swipe down to dismiss` modal, the modal is taking higher touch priority.

I see this issue on my app with [email protected] As my investigation: 1. Open HomePage: 100MB 2. Open ArticleDetailPage: +30MB (130MB) 3. Back to HomePage: -20MB (120MB) 4. Open ArticleDetailPage:...

> I have implemented generics in this fork https://github.com/ugurcsen/gods-generic and I plan to keep GoDS-Generic in sync with https://github.com/emirpasic/gods. I get better benchmark results against GoDS. You can find benchmark...

I recently can setup crunchy on my local machine, but today I got this error on my VPS: ```vents: │ │ Type Reason Age From Message │ │ ---- ------...