-
Notifications
You must be signed in to change notification settings - Fork 34
Styling using Context #49
Copy link
Copy link
Open
Labels
FeatureNew or distinctly changed functionality workNew or distinctly changed functionality workPriority: normalBug or feature but has work aroundBug or feature but has work aroundPure/Virtualised list rewrite
Metadata
Metadata
Assignees
Labels
FeatureNew or distinctly changed functionality workNew or distinctly changed functionality workPriority: normalBug or feature but has work aroundBug or feature but has work aroundPure/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.