We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f9d13 commit 73549ebCopy full SHA for 73549eb
src/bottomnavigationbar/bottomnavigationbar.ios.ts
@@ -141,7 +141,7 @@ export class BottomNavigationBar extends BottomNavigationBarBase {
141
});
142
this.nativeViewProtected.items = new NSArray({ array: bottomNavigationTabs });
143
144
- // TODO: Should not have to need this setTimeout(), find better way.
+ // TODO: this is for he v8 runtime. Should not have to need this setTimeout(), find better way.
145
setTimeout(() => {
146
this.nativeViewProtected.selectedItem = this.nativeViewProtected.items[this.selectedTabIndex];
147
}, 0);
0 commit comments