mitchh
mitchh
IMHO, scopes are not a sustainable way of managing these sorts of issues. Case in point: I'm working on a react-native app; it uses [cocoapods](https://cocoapods.org/) which has a lockfile of...
Or maybe scopes themselves, beyond some set of prepackaged ones that you care to define, could be user-definable so the intent is crystal clear?
I believe that this fail comes down to [these lines of code](https://github.com/Monte9/react-native-ratings/blob/master/src/TapRating.js#L23-L28); the component internally sets itself to n stars but the value of `props.defaultRating`, when trying to "reset" it,...
I came here to add this request, so +1 from me
I have files stored (using Amplify, FWIW) by a previous version of our app with various `Content-Disposition` header metadata. The most interesting ones are PDFs. At times I want them...