Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.17 KB

Nativescript Cradle Tab Bar

This app is a demonstration on how to create a cradle like animation for bottom tab bars (as featured in Tabs and BottomNavigation article by Martin Yankov).

demo

Link to Tutorial
Link to Playground Demo

Development

This app is built with the NativeScript CLI. Once you have the CLI installed, start by cloning the repo:

git clone https://github.com/williamjuan027/nativescript-cradleTabBar
cd nativescript-cradleTabBar

From there you can use the run command to run the app on iOS:

tns run ios

And the same command to run the app on Android:

tns run android

Note: Tab bars are set up in the home directory inside home.component.ts and home.component.html