Are there plans to remove deprecated React Native components from this library?
For example: The RN team deprecated the Checkbox component and recommends using @react-native-community/checkbox as it wasn't being used internally at FB. The other core deprecated component is the Picker component.
I know @necolas made the conscious decision to keep these components, however will that change in the future?
Unlikely to change. The community packages are really bad at adding and maintaining acceptable web support. And a UI framework should have core form elements included, so I think we will eventually revisit some of the decisions made by the lean core initiative. Things like checkbox should be part of core, whereas flatlist should not
Cool, good news for me and my projects
Most helpful comment
Unlikely to change. The community packages are really bad at adding and maintaining acceptable web support. And a UI framework should have core form elements included, so I think we will eventually revisit some of the decisions made by the lean core initiative. Things like checkbox should be part of core, whereas flatlist should not