rn-ruler-picker
Version:
A customizable horizontal rular-style picker for React Native applications.
38 lines (37 loc) • 896 B
JSON
{
"name": "rn-ruler-picker",
"version": "0.0.2",
"description": "A customizable horizontal rular-style picker for React Native applications.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/navneetco0/rn-ruler-picker.git"
},
"author": "navneetco0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/navneetco0/rn-ruler-picker/issues"
},
"keywords": [
"react-native",
"ruler",
"picker",
"horizontal",
"customizable",
"value-selector",
"rn-react-nativer-ruler-picker",
"react-native-ruler-picker"
],
"peerDependencies": {
"react": "^18.3.1",
"react-native": "^0.76.3"
},
"license": "MIT",
"devDependencies": {
"@types/react": "^18.3.12",
"typescript": "^5.7.2"
}
}