@geekyhawks/react-native-ui-components
Version:
Lightweight, reusable React Native UI components with built-in theming — including Text, TextInput, FloatingLabelTextInput, Button, and more. Fully typed with TypeScript and easy to integrate into any project.
17 lines (14 loc) • 362 B
text/typescript
/**
* Library Entry Point
*
* Exports all components, themes, and types from the library
*
* Example:
* import { Text, ThemeProvider, defaultLightTheme, defaultTextVariants } from "@geekyhawks/react-native-ui-components";
*
* Author: Geeky Hawks FZE LLC
*/
// Components exports
export * from "./components";
// Theme exports
export * from "./theme";