Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstack/react-native-paper
/ deleteCustomColor
Function
deleteCustomColor
docs/src/components/DynamicColorTheme.tsx:214–215 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
212
};
213
214
const deleteCustomColor = (key: string) =>
215
setCustomColors((colors) => colors.filter((color) => key !== color.key));
216
217
return (
218
<>
Callers
1
CustomColor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…