nativescript-bottom-navigation
Advanced tools
Comparing version 2.0.3 to 2.0.4
import { BottomNavigationBarBase } from './lib/base/bottom-navigation-bar.base'; | ||
import { BottomNavigationTabBase } from './lib/base/bottom-navigation-tab.base'; | ||
import { EventData, Color } from 'tns-core-modules/ui/core/view'; | ||
import { | ||
@@ -21,4 +22,4 @@ TabSelectedEventData, | ||
titleVisibility: TitleVisibility; | ||
activeColor: string; | ||
inactiveColor: string; | ||
activeColor: Color; | ||
inactiveColor: Color; | ||
backgroundColor: Color; | ||
@@ -25,0 +26,0 @@ selectTab(index: number): void; |
{ | ||
"name": "nativescript-bottom-navigation", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "NativeScript plugin to add a bottom navigation component for Android & iOS", | ||
@@ -5,0 +5,0 @@ "main": "bottom-navigation-bar", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
621065
10525