UNPKG

@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 (14 loc) 362 B
/** * 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";