UNPKG

rn-custom-style-sheet

Version:

React Native component to select a specific value from a range of values.

10 lines 242 B
import { useThemeContext } from '../../../Core'; export default function useCurrentThemeName() { const { state: { appThemeName } } = useThemeContext(); return appThemeName; } //# sourceMappingURL=UseCurrentThemeName.js.map