Skip to content

Commit 73549eb

Browse files
authored
Update bottomnavigationbar.ios.ts
1 parent 50f9d13 commit 73549eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bottomnavigationbar/bottomnavigationbar.ios.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export class BottomNavigationBar extends BottomNavigationBarBase {
141141
});
142142
this.nativeViewProtected.items = new NSArray({ array: bottomNavigationTabs });
143143

144-
// TODO: Should not have to need this setTimeout(), find better way.
144+
// TODO: this is for he v8 runtime. Should not have to need this setTimeout(), find better way.
145145
setTimeout(() => {
146146
this.nativeViewProtected.selectedItem = this.nativeViewProtected.items[this.selectedTabIndex];
147147
}, 0);

0 commit comments

Comments
 (0)