UNPKG

@hoddy-ui/core

Version:

Core rich react native components written in typescript

46 lines (45 loc) 1.24 kB
{ "name": "@hoddy-ui/core", "version": "2.5.53", "description": "Core rich react native components written in typescript", "main": "index.ts", "repository": { "directory": "packages/core", "type": "git", "url": "https://github.com/kinghoddy/hoddy-ui" }, "author": "Hoddy inc", "license": "MIT", "private": false, "peerDependencies": { "@expo/vector-icons": ">=13.0.0", "@react-native-async-storage/async-storage": ">=1.18.1", "@react-native-community/datetimepicker": "8.4.4", "@react-navigation/native": ">=6.1.6", "@types/react": ">=18.2.6", "@types/react-native": ">=0.72.0", "expo-haptics": ">=12.4.0", "expo-location": ">=15.1.1", "expo-navigation-bar": ">=2.1.1", "expo-system-ui": ">=2.2.1", "react": ">=18.2.0", "react-native": ">=0.71.8", "react-native-modal-datetime-picker": "^15.0.0", "react-native-reanimated": ">=3.17.4", "react-native-safe-area-context": ">=4.5.3", "typescript": ">=5.0.4" }, "keywords": [ "react-native", "react-native-component", "hui", "hoddy-ui", "kinghoddy" ], "dependencies": { "react-native-size-matters": "^0.4.2" }, "publishConfig": { "access": "public" } }