Skip to main content
ViewAn enhanced version of React Native's View component providing additional features and modifiers support
PlaygroundCode Example
INFO
This component support margins, paddings, alignments, background, borderRadius modifiers.
TIP
This component extends the View props.
APIThis is the list of additional props for the component

animated
boolean

Use Animate.View as a container

backgroundColor
string

Set background color

inaccessible
boolean

Turn off accessibility for this view and its nested children

reanimated
boolean

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

recorderTag
'mask' | 'unmask'

Recorder Tag

renderDelay
number

Experimental: Pass time in ms to delay render

style
ViewStyle

Custom style

useSafeArea
boolean

If true, will render as SafeAreaView