MCPcopy Create free account
hub / github.com/billyjacoby/bird-watcher / LoadingView

Function LoadingView

src/components/loadingView.tsx:5–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import {BaseView} from './baseView';
4
5export const LoadingView = () => {
6 return (
7 <BaseView className="flex-1">
8 <ActivityIndicator size={'large'} />
9 </BaseView>
10 );
11};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected