@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.
60 lines (59 loc) • 1.59 kB
JSON
{
"name": "@geekyhawks/react-native-ui-components",
"version": "0.2.6",
"description": "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.",
"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://www.geekyhawks.com/open-source/react-native-ui-components/",
"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",
"react-native-ui",
"react-native-library",
"ui-components",
"rn-components",
"react-native-ui-kit",
"react-native-textinput",
"react-native-button",
"floating-label",
"floating-label-input",
"typescript",
"tsx"
],
"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"
}
}