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