djchie/react-native-star-rating

Undefined is not an object (evaluating _reactNative.ViewPropTypes.style)

Opened this issue · 3 comments

react-native-cli: 1.3.0
react-native: 0.41.2

simulator screen shot aug 24 2017 17 59 41

+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?