UNPKG

@hoddy-ui/core

Version:

Core rich react native components written in typescript

43 lines (42 loc) 1.08 kB
{ "name": "@hoddy-ui/core", "version": "1.1.0", "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-navigation/native": ">=6.1.7", "@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-safe-area-context": ">=4.5.3", "typescript": ">=5.0.4" }, "keywords": [ "react-native", "react-native-component", "hui", "hoddy-ui", "kinghoddy" ], "dependencies": { "@react-native-async-storage/async-storage": "^1.18.1", "react-native-size-matters": "^0.4.0" }, "publishConfig": { "access": "public" } }