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).
Link to Tutorial
Link to Playground Demo
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