Nico Troia

Results 9 comments of Nico Troia

+1 Any progress :) ?

Same issue with RN 0.47.1 and rn-fetch-blob 0.10.5

Try `npm install --save react-flexbox-grid --legacy-peer-deps`

If you're using the "sticky header" then I think the problem is the sticky header is always above the foreground which blocks presses to happen. I've made a PR to...

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've made...