Hello!
I've been trying to install latest library version using yarn but had no luck. For some strange reasons only 1.0.0 is available. Which is a sad thing cause 1.1.0 contains custom styles for buttons.
Solution to me was to use direct github link in package.json:
"@pankod/react-native-store-rating": "https://github.com/pankod/react-native-store-rating",
Which is a good way of doing things too, but it certainly more stable with npm releases.
Hello!
I've been trying to install latest library version using
yarnbut had no luck. For some strange reasons only 1.0.0 is available. Which is a sad thing cause 1.1.0 contains custom styles for buttons.Solution to me was to use direct github link in
package.json:"@pankod/react-native-store-rating": "https://github.com/pankod/react-native-store-rating",Which is a good way of doing things too, but it certainly more stable with npm releases.