Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstack/react-native-paper
/ isMode
Function
isMode
src/components/Appbar/Appbar.tsx:186–188 ·
view source on GitHub ↗
(modeToCompare: AppbarModes)
Source
from the content-addressed store, hash-verified
184
);
185
186
const isMode = (modeToCompare: AppbarModes) => {
187
return isV3 && mode === modeToCompare;
188
};
189
190
let isDark = false;
191
Callers
1
Appbar
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…