flexn-io / create

Build apps for web, TVs, desktops, consoles, wearables and more. Developer friendly UI library targeting all form factors platforms. Another notable feature is providing focus management for TVs which very easy to implement using Create.
https://create.flexn.org
MIT License
26 stars 6 forks source link

Focus and Blur events for FlashList #171

Closed aurimasmi closed 1 year ago

aurimasmi commented 1 year ago

Until now we had onFocus and onBlur events working on Pressable and Screen components. This PR adds same events for FlashList. If your focus will go on any item in FlashList you will get onFocus event fired only once. At the same time onBlur will be send once you navigate out of items from FlashList.

Related ticket #169