Open keeprock opened 4 years ago
Issue-Label Bot is automatically applying the label bug
to this issue, with a confidence of 0.61. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
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.