We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8a8f7 commit ec67a95Copy full SHA for ec67a95
src/bottomnavigationbar/bottomnavigationbar.ios.ts
@@ -211,6 +211,7 @@ export class BottomNavigationTab extends BottomNavigationTabBase {
211
}
212
[iconProperty.setNative](iconSource) {
213
this.nativeViewProtected.image = this.getNativeIcon();
214
+ this.nativeViewProtected.selectedImage = this.nativeViewProtected.image;
215
216
getMDView() {
217
return (this.parent as BottomNavigationBar).nativeViewProtected.viewForItem(this.nativeViewProtected) as MDCBottomNavigationItemView;
0 commit comments