You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.61. Please mark this comment with 👍 or 👎 to give our bot feedback!
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.
The text was updated successfully, but these errors were encountered: