iberHK / react-native-picker

纯JS实现的一个高效流畅的日期选择器和区域选择器,支持android、ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问怎么实现二级联动

DouSN opened this issue · comments

RT,是需要自己手动实现么

AreaPicker和DatePicker是已经实现联动了。
自定义picker,使用onPickerSelected,不用担心性能问题,很容易就能做到联动。

自定义组件报以下错误:
image
请问是什么原因

需要react-native-svg 来实现渐变。
yarn add react-native-svg
react-native link react-native-svg

这个库引用错误了

link 过了,发现是因为我使用了Cocaspod的问题,执行pod install后可以了,多谢回复