Skip to main content

View

An enhanced View component
(code example)

info

This component extends View props.

tip

This component support margins, paddings, alignments, background, borderRadius modifiers.

API#

animated#

Use Animate.View as a container
boolean

backgroundColor#

Set background color
string

inaccessible#

Turn off accessibility for this view and its nested children
boolean

reanimated#

Use Animate.View (from react-native-reanimated) as a container
boolean

recorderTag#

Recorder Tag
'mask' | 'unmask'

renderDelay#

Experimental: Pass time in ms to delay render
number

style#

Custom style
ViewStyle

useSafeArea#

If true, will render as SafeAreaView
boolean