yz1311 / react-native-wheel-picker

react native高性能wheel picker组件,日期、日期段、省市区三级等模式
139 stars 39 forks source link

ColorPropType 错误 #70

Closed axmaster999 closed 1 year ago

axmaster999 commented 2 years ago

需要导入 Colors 代替 ColorPropType

import { Colors } from "react-native/Libraries/NewAppScreen";

yz1311 commented 1 year ago

已解决