MCPcopy Index your code
hub / github.com/callstack/react-native-paper / useExampleTheme

Function useExampleTheme

example/src/hooks/useExampleTheme.ts:3–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { MD2Theme, MD3Theme, useTheme } from 'react-native-paper';
2
3export const useExampleTheme = () => useTheme<MD2Theme | MD3Theme>();

Callers 15

ExampleListFunction · 0.90
ScreenWrapperFunction · 0.90
DrawerItemsFunction · 0.90
DividerExampleFunction · 0.90
MenuExampleFunction · 0.90
SwitchExampleFunction · 0.90
BannerExampleFunction · 0.90
ProgressBarExampleFunction · 0.90
BottomNavigationExampleFunction · 0.90
TextExampleFunction · 0.90
FABExampleFunction · 0.90
ButtonExampleFunction · 0.90

Calls 1

useThemeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…