项目作者: joshycube

项目描述 :
Picker library for react native
高级语言: JavaScript
项目地址: git://github.com/joshycube/react-native-tydligval.git
创建时间: 2018-10-05T09:27:21Z
项目社区:https://github.com/joshycube/react-native-tydligval

开源协议:MIT License

下载


react-native-tydligval

Another React Native picker library with blurry background

usage

On your project root:

yarn add react-native-tydligval

properties - must

  • source {String} The source of the background image which is either local or remote (https)
  • key {String} React element key
  • onSelect {Function} Callback that receives the selected and calls your custom callback
  • items {Array} The list of items to iterate over and render

properties - optional (otherwise falling back to the defaults)

  • color {String) Color for default controls
  • triggerButton (Function) Callback that receives items onPress selected and should return your custom trigger {ReactElement}
  • selectButton (Function) Callback that receives item onSelect and should return your custom select button which is the list item itself {ReactElement}
  • closeButton (Function) Callback that receives onClose and should return your custom close button and also call the onClose() event {ReactElement}

This repo

https://github.com/joshycube/react-native-tydligval.git

React Native example app

https://github.com/joshycube/react-native-tydligval-example-app

screenshots

iphone example 1
iphone example 2
android example 1
android example 2