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.
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.
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