rn-custom-style-sheet
Version:
React Native component to select a specific value from a range of values.
16 lines (15 loc) • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = useCurrentThemeName;
var _Core = require("../../../Core");
function useCurrentThemeName() {
const {
state: {
appThemeName
}
} = (0, _Core.useThemeContext)();
return appThemeName;
}
//# sourceMappingURL=UseCurrentThemeName.js.map