@geekyhawks/react-native-ui-components
Version:
A lightweight and reusable React Native UI components library with customizable Text, TextInput, FloatingLabelTextInput, Button, and more. Built with TypeScript, fully typed, and designed for easy integration into any React Native project.
17 lines • 594 B
JavaScript
;
/**
* Hooks Entry Point
*
* Re-exports theme-related hooks for easier imports.
* This allows consumers to import directly from the hooks directory:
*
* Example:
* import { makeStyles } from "@geekyhawks/react-native-ui-components/theme/hooks";
*
* Author: Geeky Hawks FZE LLC
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.makeStyles = void 0;
var makeStyles_1 = require("./makeStyles");
Object.defineProperty(exports, "makeStyles", { enumerable: true, get: function () { return makeStyles_1.makeStyles; } });
//# sourceMappingURL=index.js.map