| 1 | import * as React from 'react'; |
| 2 | import { View, ScrollView, ActivityIndicator, Pressable, Platform } from 'react-native'; |
| 3 | import { Ionicons } from '@expo/vector-icons'; |
| 4 | import { Text } from '@/components/StyledText'; |
nothing calls this directly
no test coverage detected