A component that is used to show a loading state. Shows a spinner by default. If 'timedOut' flag is set then it shows a timeout version.
prop
type
required
default
description
timedOut
boolean
no
-
Flag if loading has timedOut.
retry
Function
no
-
Callback function when Retry button is pressed.
testID
string
no
-
Used to locate this view in end-to-end tests.