Nativescript UI日历禁用暗模式

Nativescript UI日历禁用暗模式,nativescript,nativescript-angular,nativescript-plugin,Nativescript,Nativescript Angular,Nativescript Plugin,是否可以在nativescript ui日历插件中停止暗模式 我已通过以下方式在整个应用程序中停止黑暗模式: import Theme from "@nativescript/theme"; Theme.setMode(Theme.Light); 但它忽略了UI日历插件

是否可以在nativescript ui日历插件中停止暗模式

我已通过以下方式在整个应用程序中停止黑暗模式:

import Theme from "@nativescript/theme";
Theme.setMode(Theme.Light);
但它忽略了UI日历插件