-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Hi, I'm using the ui-kitten icons.
const evaIconRenderer = ({icon}: IIconRenderer) => <Icon name={icon} />;
const CustomTabBar: React.FC<BottomTabBarProps> = ({
state,
descriptors,
navigation,
}) => {
return (
<BubbleTabBar
state={state}
descriptors={descriptors}
navigation={navigation}
tabs={tabs}
iconRenderer={evaIconRenderer}
/>
);
};
Even with the iconRenderer, I cannot get the icons show up.
Possibly this is due to the fact that eva icon is rendering icons with JSX elements.
junhoyeojunhoyeo
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
