brambang

Results 13 comments of brambang

> This happens to me with RN 0.62.2, and didn't happen to me on earlier versions of RN (I upgraded from 0.59.9). > > Is this going to be fixed?...

> I had this error because I was looping and queuing hundreds of promises like > > ```js > await Promise.all(filesToDownload.map(url => fetch(url))) > ``` > > not the best...

> Hi all! Since activity popped up here again, could someone reproduce this on a fresh RN template? There are some hints that react-navigation is the root cause? i use...

> My workaround is to hook into scrollEvent callback function. > If `e.nativeEvent.contentOffset.y` is ` Otherwise, I set the stickHeaderHeight back to its original height. how to implement this?

> I was able to work around this by animating the sticky header out of the way before the user scrolls. This allows presses to happen in that area. >...

i found that this function is from @react-native-community/viewpager. But when i check @react-native-community/viewpager in root node_modules or inside this library, was not existed. soooo.. i tried installed in root node...

i really dont understand, i uninstall and install again, now it works. i dont know that would be a problem if we install this than npm install all modules again????...

> #1101 > #1090 > > the same case My solution is, put getNode() back. Or if you prefer use NPM version with viewpager 2.0

No. my apps still has this issue until now. i want to try to make the flatlist load less data when init and load more data when user scroll to...