Kartik
Kartik
This bug has been fixed in the recent `v6.17.1` update of `hyper-express` which is now live. Apologize for the long delay, was extremely busy with work so was unable to...
Well the `Response.sendFile()` is an alias of `Response.file()` method and I can certainly look into making the caching optional though I don't see any mention of caching within the Express.js...
I see what you mean. Yeah It seems extending the options to add an additional option is the best decision here. I'll work on adding an option to disable caching...
Hey, after much thought, I believe any changes to the signature of the `Response.file()` method would be a breaking change or at least very inconvenient / odd to disable caching....
After doing more digging into the issue to try and resolve it myself. I discovered that the `onScroll` event's `contentOffset.y` tends to give values in at most of 0.3333333 accuracy....
I see but the problem is that the jitter only occurs If I use the onScroll with the scrollEventThrottle. If I just use it like a normal ScrollView there is...
I see what you mean. I apologize for my initial snack being hard to debug. I have gone ahead and created a new snack with multiple scenes and a much...
@tjzel Updated my project to reanimated v3.3.0 today and this problem is still occurring. The `snaptoInterval` prop is not the problem as you may observe in the snack, even without...
Hi @tjzel when you say you observed the same choppiness during slow-motion scrolling, I'm afraid I don't think that's the case for any other app (native or react-native). In fact,...
@tjzel I was given an idea by a colleague to test the native `Animated` API against reanimated and so I have updated the snack https://snack.expo.dev/@kartikk2212/reanimated-bug-detailed Scene 2 to power the...