UNPKG

react-native-picker-component

Version:

***React-Native-Picker*** component is a customizable and easy-to-use package for implementing a wheel picker UI in your React Native applications. This component allows users to select options by spinning a wheel-like interface, making it ideal for scena

40 lines 1.24 kB
{ "name": "react-native-picker-component", "version": "1.0.3", "main": "index.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "expo": "~49.0.8", "expo-status-bar": "~1.6.0", "react": "18.2.0", "react-native": "0.72.4" }, "devDependencies": { "@babel/core": "^7.20.0" }, "description": "***React-Native-Picker*** component is a customizable and easy-to-use package for implementing a wheel picker UI in your React Native applications. This component allows users to select options by spinning a wheel-like interface, making it ideal for scenarios where you need to choose values from a list or perform date and time selections.", "repository": { "type": "git", "url": "git+https://github.com/cembicakci/react-native-picker.git" }, "keywords": [ "react-native", "picker", "ios-picker", "flat-list", "component", "ios", "android" ], "author": "Cem Bıçakcı", "license": "ISC", "bugs": { "url": "https://github.com/cembicakci/react-native-picker/issues" }, "homepage": "https://github.com/cembicakci/react-native-picker#readme" }