UNPKG

@viktorvojtek/react-native-simple-components

Version:

Collection of essential UI components based on react-native components

46 lines (45 loc) 1.24 kB
{ "name": "@viktorvojtek/react-native-simple-components", "version": "1.0.38", "description": "Collection of essential UI components based on react-native components", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/ViktorVojtek/react-native-simple-components" }, "author": "ViktorVojtek", "license": "MIT", "private": false, "scripts": { "bundle": "rm -rf ./dist && tsc --declaration && cp package.json dist/ && cp README.md dist/", "build": "yarn bundle" }, "dependencies": { "react-native-responsive-fontsize": "^0.5.1", "typescript": "^4.9.4" }, "devDependencies": { "@types/react": "^18.2.6", "jest": "^29.3.1", "react": "^19.0.0", "react-native": "^0.78.0" }, "peerDependencies": { "react": ">=16.13.1", "react-native": ">=0.63.0" }, "bugs": { "url": "https://github.com/ViktorVojtek/react-native-simple-components/issues" }, "homepage": "https://github.com/ViktorVojtek/react-native-simple-components#readme", "keywords": [ "react", "react-native", "react-native-components", "react-native-ui", "react-native-ui-components", "react-native-ui-kit", "ui", "components" ] }