peacechen / react-native-modal-selector

A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.
MIT License
369 stars 129 forks source link

Broken due to proptypes #101

Closed RWOverdijk closed 5 years ago

RWOverdijk commented 5 years ago

https://github.com/facebook/react-native/commit/6b892141cc77e87e9ed28b7ba21a63ce35d7937e#diff-931cea019b5e9faceffef4e46f1fff08

propTypes got removed, which broke this module for new react native versions (and consequently the storybook knobs).

RWOverdijk commented 5 years ago

Never mind, it's using an old version