Open
Description
I'm new to NativeScript and wanted to start with Material Design's BottomNavigation component. I encountered several issues that I believe need to be addressed:
-
Package Confusion:
- There are two similar packages available:
@nativescript-community/ui-material-bottom-navigation
@nativescript-community/ui-material-bottomnavigationbar
This creates confusion for new users like myself, as it's unclear which one should be used.
- There are two similar packages available:
-
Broken Package:
- The
@nativescript-community/ui-material-bottom-navigation
package appears to be broken:- All TypeScript files have incorrect prefixes (using
index
instead ofbottomnavigation
) - After manually renaming the files (e.g., from
index.d.ts
tobottomnavigation.d.ts
), it partially worked - The other package (
@nativescript-community/ui-material-bottomnavigationbar
) works better
- All TypeScript files have incorrect prefixes (using
- The
This issue is potentially related to #468, as it might be caused by the same underlying problems.
Suggested Actions:
- Clarify which package is the recommended one
- Either fix or deprecate the broken package
- Update documentation to prevent confusion for new users
- Consider merging the functionality into a single, well-maintained package
Environment:
- NativeScript version: 8.9.2
- Platform: Fedora Linux 41
Metadata
Metadata
Assignees
Labels
No labels