Skip to content

activityindicator

El componente activityindicator se utiliza para indicarle al usuario que hay un proceso en curso

Props

size

Enum (‘small’, ‘large’)

color

Establece el color del indicador de carga utilizando valores en formato hexadecimal (ej: #AA12FF)

Example

<screen>
<meta>
<header>Activity Indicator</header>
</meta>
<body>
<box>
<text style="textAlign: 'center'">Activity Indicator Example</text>
<activityindicator size="large" color="#AA12FF" />
</box>
</body>
</screen>