Update Script
Keeping this museum up to date:
Would be great to have a small script that can run through and execute updtr on all the libraries to get them on the latest versions of React etc. Also, ideally a report letting us know which libraries are falling behind and failed to update.
Maintaining 20+ libs by hand is unreasonable, this script will need to exist.
Would be useful for sure. But these updates make nice PRs for starters/people new to the project☺
Also, some of the implementations don't have tests on their one. That would be kind of necessary for automatic updates, wouldn't it? Or would that be a manual step?
Running the update script would be manual. I agree it's a good PR for someone, but I don't mind if it got squashed into one big PR "Updated the following libs" style.
Agreed though, many of the React Native libs would fail because of lack of tests... suggestions?