|
@@ -4,8 +4,9 @@ import React, { Component } from 'react';
|
4
|
4
|
import { ActivityIndicator } from 'react-native';
|
5
|
5
|
|
6
|
6
|
/**
|
7
|
|
- * Simple wrapper around React Native's {@code ActivityIndicator}, which
|
8
|
|
- * displays an animated (large) loading indicator.
|
|
7
|
+ * An animated, large react-native {@link ActivityIndicator} which is considered
|
|
8
|
+ * a suitable visualization of long-running processes with indeterminate amounts
|
|
9
|
+ * of work to be done.
|
9
|
10
|
*/
|
10
|
11
|
export default class LoadingIndicator extends Component {
|
11
|
12
|
/**
|