UNPKG

react-native-status-ring

Version:

React Native component for circular image status view with seen/unseen arcs

33 lines (32 loc) 839 B
{ "name": "react-native-status-ring", "version": "1.0.1", "description": "React Native component for circular image status view with seen/unseen arcs", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "https://github.com/akshayambaliya/react-native-status-ring.git" }, "keywords": [ "react-native", "react-native-circular-progress", "react-native-instagram-status", "react-native-status-view", "component" ], "author": "Akshay Ambaliya", "homepage": "https://github.com/akshayambaliya/react-native-status-ring.git", "license": "MIT", "devDependencies": { "typescript": "^5.8.3" }, "peerDependencies": { "react": "19.0.0", "react-native": "0.79.2", "react-native-svg": "15.11.2" } }