An ATproto social media client -- with an independent Appview.

bump cropper version (#8339)

* mostly implement

* type errors

* unused import

* rm comment

* stop accidentally deleting the image while compressing

* upgrade

* type fixes

* upgrade, remove timeout

* bump

* rm mock

* bump

* bump

---------

Co-authored-by: Samuel Newman <mozzius@protonmail.com>

authored by hailey.at

Samuel Newman and committed by
GitHub
0d02a076 521ec8e0

+10 -10
+1 -1
package.json
··· 142 142 "expo-font": "~13.3.0", 143 143 "expo-haptics": "~14.1.4", 144 144 "expo-image": "~2.1.6", 145 - "expo-image-crop-tool": "^0.1.7", 145 + "expo-image-crop-tool": "^0.1.8", 146 146 "expo-image-manipulator": "~13.1.5", 147 147 "expo-image-picker": "~16.1.4", 148 148 "expo-linear-gradient": "~14.1.4",
+5 -5
src/components/Dialog/shared.tsx
··· 1 - import React from 'react' 2 1 import { 3 - LayoutChangeEvent, 4 - StyleProp, 5 - TextStyle, 2 + type LayoutChangeEvent, 3 + type StyleProp, 4 + type TextStyle, 6 5 View, 7 - ViewStyle, 6 + type ViewStyle, 8 7 } from 'react-native' 8 + import type React from 'react' 9 9 10 10 import {atoms as a, useTheme} from '#/alf' 11 11 import {Text} from '#/components/Typography'
+4 -4
yarn.lock
··· 11247 11247 resolved "https://registry.yarnpkg.com/expo-haptics/-/expo-haptics-14.1.4.tgz#442f48b1bdf83484d4fcadc653445aaae6049b70" 11248 11248 integrity sha512-QZdE3NMX74rTuIl82I+n12XGwpDWKb8zfs5EpwsnGi/D/n7O2Jd4tO5ivH+muEG/OCJOMq5aeaVDqqaQOhTkcA== 11249 11249 11250 - expo-image-crop-tool@^0.1.7: 11251 - version "0.1.7" 11252 - resolved "https://registry.yarnpkg.com/expo-image-crop-tool/-/expo-image-crop-tool-0.1.7.tgz#a84ed2192d147d922b3d352e52e29bc3a4c1e800" 11253 - integrity sha512-An+tszv0DKHA74Yr7uQb4mqGTxTVBwku9zu8yvhb7HzBXIUGw12hnb8M6ntHZqIFuQiLzBxaKH8DTwZgg9oAnw== 11250 + expo-image-crop-tool@^0.1.8: 11251 + version "0.1.8" 11252 + resolved "https://registry.yarnpkg.com/expo-image-crop-tool/-/expo-image-crop-tool-0.1.8.tgz#3e9f34825cf5d7dad1ef2786615571b078ece4e7" 11253 + integrity sha512-UlS1zV7JewUzuZzVT9aA0vFD1+dt+pU60ILgt3ntQl4G9SeDJ9bB/+ylz9dzn6BjZecUQkGJmbCQ3H7jGZeZMA== 11254 11254 11255 11255 expo-image-loader@~5.1.0: 11256 11256 version "5.1.0"