react-native-star-rating
react-native-star-rating copied to clipboard
Undefined is not an object (evaluating _reactNative.ViewPropTypes.style)
react-native-cli: 1.3.0 react-native: 0.41.2

+1
react-native 0.39.2
Found out it's an issue with RN < 44.0. I replaced ViewPropTypes with View.propTypes and it works
@waterdoo i'm not clear how you made that fix. Can you provide more details?