Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

component Functions

component Functions

Const Box

  • Box(__namedParameters: PropsWithChildren<BoxProps>): Element
  • 기존 react-nativeView를 대체합니다. 크기, 위치를 쉽게 설정할 수 있습니다. 대부분의 단위는 SizeUnit기준입니다.

    Parameters

    • __namedParameters: PropsWithChildren<BoxProps>

      ReactElement를 만들기 위한 props입니다. 구체적인 내용은 BoxProps을 참고해주세요

    Returns Element

    React.ViewReact.ScrollView를 리턴합니다. scrollEnabled의 여부에 따라 컴포넌트가 바뀝니다.

Generated using TypeDoc