djchie / react-native-star-rating

A React Native component for generating and displaying interactive star ratings
832 stars 200 forks source link

project not starting after installation #66

Open waheed25 opened 6 years ago

waheed25 commented 6 years ago

i simply run this command npm install react-native-star-rating --save and after that i starts my project and it shows this error. Error starting packager: TypeError: Invalid Version: undefined

gianpaj commented 6 years ago

I installed the project today and works fine.

$ react-native --version
react-native-cli: 2.0.1
react-native: 0.54.4

$ yarn list --pattern 'react-native-star-rating
yarn list v1.5.1
└─ react-native-star-rating@1.0.9
✨  Done in 0.96s.
AbdelkarimGhaouri commented 6 years ago

@waheed25 i have the same error

djchie commented 6 years ago

@waheed25 @ReactDevBeginner Could you show me what versions of react-native you're using?