Skip to main content
Version: 7.0.0

LoaderScreen

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

info

This component extends ActivityIndicator props.

Usage

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

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