| 1 | import React, { forwardRef } from 'react'; |
| 2 | import { ActivityIndicator, StyleProp, StyleSheet, Text, Pressable, PressableProps, View, ViewStyle, Platform } from 'react-native'; |
| 3 | import Icon, { type IconProps } from './Icon'; |
| 4 |
nothing calls this directly
no test coverage detected