| 7 | * Renders a loading indicator (spinner) that fits into available space (container) |
| 8 | */ |
| 9 | class LoadingIndicator extends PureComponent { |
| 10 | render() { |
| 11 | return ( |
| 12 | <View styleName="flexible vertical v-center"> |
nothing calls this directly
no outgoing calls
no test coverage detected