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
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
Plugin(s): Typescript
√ Getting NativeScript components versions information...
√ Component nativescript has 6.7.4 version and is up to date.
√ Component tns-core-modules has 6.5.7 version and is up to date.
√ Component tns-android has 6.5.1 version and is up to date.
√ Component tns-ios has 6.5.1 version and is up to date.
Also I use nativescript-vue
Describe the bug
Changing theme in preview does not work as expected.
Using the info.plist doesn't really do anything.
Using Theme.setMode(Theme.Light) works partly. it does turn background black or white and font opposite but native components like DatePicker do not show anything. Example picture:
The playground only shows when changing through javascript since there are no info.plist files or the android variaty of that.
If your phone uses lightmode just change it to Theme.Dark I assume it goes 2 ways.
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):√ Getting NativeScript components versions information...
√ Component nativescript has 6.7.4 version and is up to date.
√ Component tns-core-modules has 6.5.7 version and is up to date.
√ Component tns-android has 6.5.1 version and is up to date.
√ Component tns-ios has 6.5.1 version and is up to date.
Also I use nativescript-vue
Describe the bug
Changing theme in preview does not work as expected.
Using the info.plist doesn't really do anything.
Using Theme.setMode(Theme.Light) works partly. it does turn background black or white and font opposite but native components like DatePicker do not show anything. Example picture:
To Reproduce
or
Expected behavior
For the theme to really change
Sample project
Playground
Additional context
The playground only shows when changing through javascript since there are no info.plist files or the android variaty of that.
If your phone uses lightmode just change it to Theme.Dark I assume it goes 2 ways.
The text was updated successfully, but these errors were encountered: