Native elements

Role

  • A native element is agnostic to the rendering technology,
  • A native element is NOT responsible to get its data,
  • A native element is used by a view
  • A native element is focusable
  • A native element is a black box of a native component available on the device
  • A native element offer full Javascript fallback in case there is no native component available on the device
  • A native element will behave differently according device (platform native behaviour)

Declaration

About

Native elements declaration depends on the native element itself. Please dive it the native element you want to declare.