rm type React

This commit is contained in:
Samuel Newman
2026-03-03 13:41:53 +02:00
parent 4fd92766a6
commit afa420fd6b
@@ -1,5 +1,4 @@
import {type ColorValue, type NativeSyntheticEvent} from 'react-native'
import type React from 'react'
export type BottomSheetState = 'closed' | 'closing' | 'open' | 'opening'