UNPKG

react-native-datepicker-dialog

Version:

This library provides the cross-platform components for to open the date picker dialogs in effective way. It uses the native DatePickerAndroid & DatePickerIOS components. It will work for both ios & android.

50 lines (49 loc) 1.4 kB
{ "name": "react-native-datepicker-dialog", "version": "0.0.9", "description": "This library provides the cross-platform components for to open the date picker dialogs in effective way. It uses the native DatePickerAndroid & DatePickerIOS components. It will work for both ios & android.", "main": "main-index.js", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/pandiaraj44/react-native-datepicker-dialog.git" }, "keywords": [ "react-native", "datepicker", "timepicker", "react-native-datepicker", "DatePicker", "TimePicker", "date picker", "time picker", "dialog", "datepicker dialog", "timepicker dialog" ], "author": "Pandiarajan Nagarajan", "license": "MIT", "bugs": { "url": "https://github.com/pandiaraj44/react-native-datepicker-dialog/issues" }, "homepage": "https://github.com/pandiaraj44/react-native-datepicker-dialog", "dependencies": { }, "jest": { "preset": "jest-react-native" }, "devDependencies": { "react": "15.3.2", "react-native": "0.37.0", "babel-jest": "17.0.2", "babel-preset-react-native": "1.9.0", "jest": "17.0.3", "jest-react-native": "17.0.3", "react-test-renderer": "15.3.2", "moment": "2.11.2", "prop-types": "^15.6.0" } }