Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanwalker/ns-ultimate-tab-setup
An example repo for exploration into setting up standard mobile Tab navigation via NativeScript.
https://github.com/nathanwalker/ns-ultimate-tab-setup
android ios javascript nativescript typescript
Last synced: 21 days ago
JSON representation
An example repo for exploration into setting up standard mobile Tab navigation via NativeScript.
- Host: GitHub
- URL: https://github.com/nathanwalker/ns-ultimate-tab-setup
- Owner: NathanWalker
- Created: 2022-11-03T04:18:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T01:05:26.000Z (11 months ago)
- Last Synced: 2024-10-29T21:54:15.506Z (3 months ago)
- Topics: android, ios, javascript, nativescript, typescript
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 12
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NativeScript Ultimate Tab Setup™️
https://github.com/NathanWalker/ns-ultimate-tab-setup/assets/457187/7a3f78b3-6507-4fe3-9fac-7ff6c7ce3377
- proper boot to tab route configuration with lazy loaded outlets
- option to route to launch screen for moment of UX splash but also functional needs if need to prepare data for first experience
- ability to route within tab outlets or outside them
- uses pure platform tab setup so it naturally retains routing state whereby if one is deeply navigated and user activated different tab, then returns to that tab > the same deeply navigated state is naturally retained
- ability to customize route transition when navigating away from tabs or back
- ultimate control of tab bar layout with icon/text animations of your own
- example of using custom native views within the project (without using an external third party plugin)
- styled completely with [Tailwind CSS](https://tailwindcss.com/)