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>
This commit is contained in:
hailey
2025-05-06 11:13:15 -07:00
committed by GitHub
parent 521ec8e044
commit 0d02a076d9
3 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
import React from 'react'
import {
LayoutChangeEvent,
StyleProp,
TextStyle,
type LayoutChangeEvent,
type StyleProp,
type TextStyle,
View,
ViewStyle,
type ViewStyle,
} from 'react-native'
import type React from 'react'
import {atoms as a, useTheme} from '#/alf'
import {Text} from '#/components/Typography'