Android, Flatlist, custom refresh control
Maybe we should always spread props?
Toni PetrinaPublished on 2024-05-22•1 min read
So apparently just passing a simple wrapper (don't ask why) control to Flatlist breaks Android.
If you inline the code, it just works.
The solution, thanks to Stack Overflow post is to simply pass additional, hidden props to the underlying control.
Happy coding!