From Keyboarding in React Native Desktop document:
- macOS has some default tabbing and arrow key behaviors supported directly in VirtualizedList, FlatList, SectionList components. These need to be evaluated, completed and then upstreamed to core at which point all downstream components (including Windows) can share the behaviors.
From Keyboarding in React Native Desktop document: