From Keyboarding in React Native Desktop document:
TextInput also includes an isFocused() method that returns true/false based on whether this TextInput currently has focus. It may be useful to add this to View to complete the set.
TODO: Add this API to View and upstream as a separate PR. Tee this up with the previous one.
From Keyboarding in React Native Desktop document: