Skip to main content

LoaderScreen

Component that shows a full screen with an activity indicator
(code example)

info

This component extends ActivityIndicator props.

Usage#

<LoaderScreen message={'Message goes here'} color={Colors.grey40}/>

API#

backgroundColor#

Color of the loader background (only when passing 'overlay')
string

containerStyle#

Custom container style
ViewStyle

customLoader#

Custom loader
React.ReactChild

loaderColor#

Color of the loading indicator
string

message#

loader message
string

messageStyle#

message style
TextStyle

overlay#

Show the screen as an absolute overlay
boolean