djchie/react-native-star-rating

Flow error: Duplicate module provider

techrah opened this issue · 0 comments

React: 15.4.2
React Native: 0.41.0
Flow: 0.37.4

Error:

generateIconSetFromCss. Duplicate module provider
current provider. See: node_modules/react-native-star-rating/node_modules/react-native-vector-icons/lib/generate-icon-set-from-css.js:0

Removing @providesModule generateIconSetFromCss gets rid of the error. I believe this is now defunct in any case.