()
| 3 | import {BaseView} from './baseView'; |
| 4 | |
| 5 | export const LoadingView = () => { |
| 6 | return ( |
| 7 | <BaseView className="flex-1"> |
| 8 | <ActivityIndicator size={'large'} /> |
| 9 | </BaseView> |
| 10 | ); |
| 11 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected