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 3a56549 commit bfeec1bCopy full SHA for bfeec1b
src/bottom-navigation/index.ios.ts
@@ -695,8 +695,8 @@ export class BottomNavigation extends TabNavigationBase {
695
if (!image) {
696
let is: ImageSource | ImageAsset;
697
if (typeof iconSource === 'string') {
698
- isFontIcon = true;
699
if (Utils.isFontIconURI(iconSource)) {
+ isFontIcon = true;
700
const fontIconCode = iconSource.split('//')[1];
701
const target = tabStripItem.image ? tabStripItem.image : tabStripItem;
702
const font = target.style.fontInternal;
0 commit comments