Skip to main content

Fader

<Fader visible={isVisible} position={Fader.position.BOTTOM}/>
APIThis is the list of additional props for the component

position
START | END | TOP | BOTTOM

The position of the fader (the image is different). Default is Fader.position.END

size
number

change the size of the fade view. Default is 50

tintColor
string

Change the tint color of the fade view. Default is Colors.white

visible
boolean

Whether the fader is visible (default is true)