From 0d02a076d9b309618f3415eaae7c0f58343acdb0 Mon Sep 17 00:00:00 2001 From: hailey Date: Tue, 6 May 2025 11:13:15 -0700 Subject: 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 --- src/components/Dialog/shared.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/components/Dialog/shared.tsx') diff --git a/src/components/Dialog/shared.tsx b/src/components/Dialog/shared.tsx index eec47b2ba..40d040878 100644 --- a/src/components/Dialog/shared.tsx +++ b/src/components/Dialog/shared.tsx @@ -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' -- cgit 1.4.1