You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
I tried to add theme prop to the Picker component, but it doesn't work. ('light' / 'dark' as documented)
Afterwards, I tried to clone the project and debug, and looks like this line isn't exist in the installed version, only in the cloned project:
var theme = this.getPreferredTheme()
So my question is, why it is not published yet, or maybe i'm doing something wrong (I installed latest version)
Thanks :)
The text was updated successfully, but these errors were encountered:
Hello there,
I tried to add theme prop to the Picker component, but it doesn't work. ('light' / 'dark' as documented)
Afterwards, I tried to clone the project and debug, and looks like this line isn't exist in the installed version, only in the cloned project:
var theme = this.getPreferredTheme()
So my question is, why it is not published yet, or maybe i'm doing something wrong (I installed latest version)
Thanks :)
The text was updated successfully, but these errors were encountered: