Skip to main content

IMGElementContainer

export
function IMGElementContainer(
  props: PropsWithChildren<Pick<IMGElementProps, "onPress" | "testID">
    & Omit<ViewProps, "style">
    & {
      style: ViewStyle;
    }>
) : ReactElement

Container for the ​IMGElement component.

Parameters#

props#

required
props: PropsWithChildren<Pick<IMGElementProps, "onPress" | "testID">
  & Omit<ViewProps, "style">
  & {
    style: ViewStyle;
  }>;