Skip to content

2.0.9 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@bundyo bundyo released this 29 Aug 14:12
· 164 commits to master since this release

Features

  • Add small API for setMode. Usage:

    import Theme from "nativescript-theme-core";
    
    Theme.setMode(Theme.Dark); // Or Theme.Light

    It would set light or dark mode even before the app is initialized.

Fixes

  • Simplify ClassList, use Set
  • Fix dark mode for TabView, BottomNavigation and Tabs if they are root views