MCPcopy Create free account
hub / github.com/shoutem/ui / render

Method render

components/LoadingIndicator.js:10–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 */
9class LoadingIndicator extends PureComponent {
10 render() {
11 return (
12 <View styleName="flexible vertical v-center">
13 <View styleName="horizontal h-center">
14 <Spinner />
15 </View>
16 </View>
17 );
18 }
19}
20
21const StyledLoadingIndicator = connectStyle('shoutem.ui.LoadingIndicator')(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected