LoaderScreen
Component that shows a full screen with an activity indicator
Extends: Animatable.View
(meaning you can pass the super component's props as well).
(meaning you can pass the super component's props as well).
PROPS
name | description | type | default |
---|---|---|---|
loaderColor | Color of the loading indicator | string | |
backgroundColor | Color of the loader background (only when passing 'overlay') | string | |
message | loader message | string | |
messageStyle | message style | union | |
overlay | Show the screen as an absolute overlay | bool |
LIVE EXAMPLE
CODE SAMPLE
See example here.