Closed ImAbhishekTomar closed 5 years ago
Hi @ImAbhishekTomar! What icon color do you need?
@ImAbhishekTomar I suggest using icons module. If you're using Kitten Tricks code base, it uses the same icons, but in png format
am also facing same issue because in need to use external Icon(not available in eva-icons). Any Help? @ImAbhishekTomar and @artyorsh
@Manne010 you can ignore the styles passed to the icon (since it is a function with a style
argument)
import { Button, Icon } from 'react-native-ui-kitten';
const StarIconWitoutStyles = (style) => (
<Icon name='star' width={24} height={24} />
);
const StarButton = () => (
<Button icon={StarIconWitoutStyles} />
);
Hi,
I am setting up color google png icon on button, but this icon color change when button render.