···12121313This is a [React Native](https://reactnative.dev/) application, written in the TypeScript programming language. It builds on the `atproto` TypeScript packages (like [`@atproto/api`](https://www.npmjs.com/package/@atproto/api)), code for which is also on open source, but in [a different git repository](https://github.com/bluesky-social/atproto).
14141515-There is a small about of Go language source code (in `./bskyweb/`), for a web service that returns the React Native Web application.
1515+There is a small amount of Go language source code (in `./bskyweb/`), for a web service that returns the React Native Web application.
16161717-The [Build Instructions](./docs/builds.md) are a good place to get started with the app itself.
1717+The [Build Instructions](./docs/build.md) are a good place to get started with the app itself.
18181919The Authenticated Transfer Protocol ("AT Protocol" or "atproto") is a decentralized social media protocol. You don't *need* to understand AT Protocol to work with this application, but it can help. Learn more at:
2020
+1-1
src/state/models/media/image.ts
···166166 async crop() {
167167 try {
168168 // NOTE
169169- // on ios, react-native-image-cropper gives really bad quality
169169+ // on ios, react-native-image-crop-picker gives really bad quality
170170 // without specifying width and height. on android, however, the
171171 // crop stretches incorrectly if you do specify it. these are
172172 // both separate bugs in the library. we deal with that by