Interface EffectsPropsExperimental

Accepted values for effects.

Essentially, all the well-known HTML properties are available, but with predefined values.

See below for an example using some of the properties:

Hierarchy

Properties

boxShadow?: string

Efeito de sombra

Example:

  <boxShadow="myBoxShadow" />

Deprecated

elevation?: "none" | "low" | "medium" | "high" | "highest"

Adjust elevation of component

Example:

  <View elevation="low" ></View>
filter?: string

Sets a filter to image render.

Example:

<Image filter="sepia(60%)" />