Paul Sauer

Results 2 issues of Paul Sauer

**Describe the bug** After scrolling through ~40 elements, this happens on *some* android devices: https://www.youtube.com/watch?v=sted0e7k79w Notes: I couldn't find any constellation of props (clipped subviews, windowing) for flatlist that would...

bug

I'm trying to install a library for an electron app I am writing In the library they use ``` const lib = require('node-gyp-build')(__dirname); ``` to load the module. This seems...