React-native-web: Deprecated RN Components

Created on 14 Sep 2020  路  2Comments  路  Source: necolas/react-native-web

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?

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

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rohanprabhu picture rohanprabhu  路  3Comments

roryabraham picture roryabraham  路  3Comments

tgh picture tgh  路  3Comments

PaulBGD picture PaulBGD  路  4Comments

blairio picture blairio  路  3Comments