In D4244, I modified the `Podfile` in a way that didn't affect the dependencies, but the comments in the file. Because of this, the
checksum at the bottom of `Podfile.lock` was modified (since the `Podfile` was changed). This diff includes that changed after running `yarn cleaninstall`.
Discussed lock files with @atul and understand that in the future I should run `yarn cleaninstall` when modifying any dependency management file.