mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* feat(ios-tabs): tab bar item appearance Implements https://github.com/NativeScript/NativeScript/issues/7436 and https://github.com/NativeScript/nativescript-angular/issues/1884. * refactor(ios-tabs): move _hasImage and _hasTitle properties * feat(ios-bottom-navigation): create tab bar from image nad label Implements https://github.com/NativeScript/nativescript-angular/issues/1893 for iOS. * feat(android-bottom-navigation): create tab item spec from image and label Implements https://github.com/NativeScript/nativescript-angular/issues/1893 for Android. * chore: remove console.logs