mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: move BottomNavigation and Tabs to @nativescript-community
Cocoapods no longer required with @nativescript/core out of the box and users are no longer taxed with MaterialTabs even if they didn't use those components. BREAKING CHANGES If using `BottomNavigation`, just install `@nativescript-community/ui-material-bottom-navigation` and update your imports to use it. API is exactly the same. If using `Tabs`, just install `@nativescript-community/ui-material-tabs` and update your imports to use it. API is exactly the same.
This commit is contained in:
@@ -11,8 +11,6 @@ export function pageLoaded(args: EventData) {
|
||||
examples.set('animation', 'animation/main-page');
|
||||
examples.set('action-bar', 'action-bar/main-page');
|
||||
examples.set('bindings', 'bindings/main-page');
|
||||
examples.set('bottom-navigation', 'bottom-navigation/main-page');
|
||||
examples.set('tabs', 'tabs/main-page');
|
||||
examples.set('button', 'button/main-page');
|
||||
examples.set('css', 'css/main-page');
|
||||
examples.set('dialogs', 'dialogs/main-page');
|
||||
|
||||
Reference in New Issue
Block a user