MCPcopy
hub / github.com/callstack/react-native-paper / isEqualIcon

Function isEqualIcon

src/components/Icon.tsx:61–62  ·  view source on GitHub ↗
(a: any, b: any)

Source from the content-addressed store, hash-verified

59 isImageSource(source);
60
61export const isEqualIcon = (a: any, b: any) =>
62 a === b || getIconId(a) === getIconId(b);
63
64export type Props = IconProps & {
65 /**

Callers 1

CrossFadeIconFunction · 0.90

Calls 1

getIconIdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…