Closed Gabsys closed 2 years ago
Hello @Gabsys, I tried reproducing your issue but it is working fine in my case. You can check the snack link.
Hello @Gabsys, I tried reproducing your issue but it is working fine in my case. You can check the snack link.
Hi, I tried using toggleColorMode
, it does work fine. But using Dark Mode from phone settings itself doesn't have the same effect
My bad, it worked after I added:
config: {
useSystemColorMode: true
}
to extendTheme
. I thought it was by default true
Description
using extendTheme to cater for dark mode Text color doesn't work.
CodeSandbox/Snack link
N/A. Need to use real device / simulator to toogle the dark mode
Steps to reproduce
<NativeBaseProvider>
. Example code as below:return (
)