Dialog.Loading
DialogLoader allows adding loader to the Dialog. Loader is simply ActivityIndicator.
Usage
Props
| Name | Type | Default | Description | 
|---|---|---|---|
| loadingProps | ActivityIndicatorProps | { size: 'large' } | Add additional props for ActivityIndicator component | 
| loadingStyle | View Style | Add additional styling for loading component. |