Styling using Context #49
Labels
Feature
New or distinctly changed functionality work
Priority: normal
Bug or feature but has work around
Pure/Virtualised list rewrite
Is your feature request related to a problem? Please describe.
Need easy top level way of providing styling theme to all components of react-native-data-table library.
Describe the solution you'd like
Use Context API in React, make all components subscribe to it and use it.
Describe alternatives you've considered
Passing through styles through props (give Cells/Rows etc. styles prop):
Maybe sufficient with nesting in styleSheet, though? Perhaps we should do both.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: