Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
export const isEqualIcon = (a: any, b: any) =>
62
a === b || getIconId(a) === getIconId(b);
63
64
export type Props = IconProps & {
65
/**
Callers
1
CrossFadeIcon
Function · 0.90
Calls
1
getIconId
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…