UNPKG

@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.

13 lines 356 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 */ export * from "./components"; export * from "./theme"; //# sourceMappingURL=index.d.ts.map