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).

PROPS

namedescriptiontypedefault
loaderColorColor of the loading indicatorstring
backgroundColorColor of the loader background (only when passing 'overlay')string
messageloader messagestring
messageStylemessage styleunion
overlayShow the screen as an absolute overlaybool

LIVE EXAMPLE

CODE SAMPLE

See example here.