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.

63 lines (62 loc) 1.65 kB
{ "name": "@geekyhawks/react-native-ui-components", "version": "0.2.2", "description": "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.", "author": "Geeky Hawks FZE LLC", "license": "MIT", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "source": "src/index.ts", "repository": { "type": "git", "url": "https://github.com/GeekyHawks/react-native-ui-components.git" }, "bugs": { "url": "https://github.com/GeekyHawks/react-native-ui-components/issues" }, "homepage": "https://github.com/GeekyHawks/react-native-ui-components#readme", "directories": { "example": "example" }, "scripts": { "build": "tsc", "prepare": "rm -rf dist && npm run build" }, "files": [ "dist", "src", "package.json", "README.md", "LICENSE" ], "keywords": [ "react-native", "react-native-components", "ui-components", "react-native-ui", "text", "textinput", "button", "activityindicator", "statusbar", "typescript", "react", "rn", "floating-label", "floating-label-text-input", "floatinglabeltextinput", "floating label text input" ], "peerDependencies": { "react": ">=17.0.0", "react-native": ">=0.64.0" }, "devDependencies": { "@types/react": "^19.1.10", "@types/react-native": "^0.72.8", "react": "^19.1.1", "react-native": "^0.81.0", "typescript": "^5.9.2" } }