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:
Nathan Walker
2021-03-15 20:44:44 -07:00
parent 9a7d3ecb34
commit e62acba792
136 changed files with 0 additions and 11239 deletions

View File

@@ -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');