Closed
Description
- How to change theme at runtime?
For example, the app loadedEStyleSheet.build(DarkTheme)
in theindex.js
. How to change to Light Theme? Callingbuild
again does not seem to work. - How to use a different theme per component? For example:
<View>
<Button theme='dark'>Dark Button</Button>
<Button theme='light'>Light Button</Button>
<View>
Metadata
Metadata
Assignees
Labels
No labels