nativescript-bottom-navigation
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -49,2 +49,4 @@ import { BottomNavigationBarBase } from './lib/base/bottom-navigation-bar.base'; | ||
): void; | ||
protected createTabs(tabs?: BottomNavigationTab[]): void; | ||
protected selectTabNative(index: number): void; | ||
} | ||
@@ -56,2 +58,3 @@ | ||
isSelectable: boolean; | ||
getNativeIcon(): any; | ||
} |
{ | ||
"name": "nativescript-bottom-navigation", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"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
621001
10524