UNPKG

react-native-rating-element

Version:

A simple rating library for react native supporting decimal point and custom icon set

44 lines (43 loc) 1.06 kB
{ "name": "react-native-rating-element", "version": "5.4.0", "description": "A simple rating library for react native supporting decimal point and custom icon set", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ui-ninja/react-native-rating-element.git" }, "keywords": [ "react-native", "star-rating", "decimal", "point", "support", "custom", "image", "custom", "icons", "ratings" ], "author": "Rishabh Sharma", "license": "MIT", "bugs": { "url": "https://github.com/ui-ninja/react-native-rating-element/issues" }, "homepage": "https://github.com/ui-ninja/react-native-rating-element#readme", "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "metro-react-native-babel-preset": "^0.59.0" }, "dependencies": { "prop-types": "^15.7.2", "react-native-vector-icons": "^7.0.0", "styled-components": "^5.1.1" } }