Add timestamp field to video report dialog (#11339)
This commit is contained in:
@@ -82,6 +82,7 @@ export type ItemProps = ViewStyleProp & {
|
||||
children: ((props: ItemState) => React.ReactNode) | React.ReactNode
|
||||
hitSlop?: PressableProps['hitSlop']
|
||||
highlightRow?: boolean
|
||||
testID?: string
|
||||
}
|
||||
|
||||
export function useItemContext() {
|
||||
|
||||
Reference in New Issue
Block a user