UNPKG

@symbiot.dev/react-native-heatmap

Version:

A lightweight and customizable activity graph for React Native, perfect for visualizing user engagement, habits, streaks, or productivity over time.

48 lines 1.16 kB
{ "name": "@symbiot.dev/react-native-heatmap", "version": "1.0.0", "description": "A lightweight and customizable activity graph for React Native, perfect for visualizing user engagement, habits, streaks, or productivity over time.", "main": "./index.esm.js", "types": "./src/index.d.ts", "keywords": [ "react-native", "heatmap", "activity-graph", "user-engagement", "calendar", "visualization", "expo", "react-native-svg", "date-fns" ], "files": [ "./src/**", "./CHANGELOG.md", "./index.esm.d.ts", "./index.esm.js", "./LICENSE", "./README.md" ], "author": { "name": "Symbiot", "email": "info@symbiot.dev", "url": "https://symbiot.dev" }, "license": "MIT", "homepage": "https://symbiot.dev", "repository": { "type": "git", "url": "git+https://github.com/symbiotdev/react-native-heatmap.git" }, "bugs": { "url": "https://github.com/symbiotdev/react-native-heatmap/issues" }, "peerDependencies": { "react": "*", "react-native": "*", "date-fns": "*", "react-native-svg": "*" }, "module": "./index.esm.js", "type": "module" }