| 1 | import React from 'react'; |
| 2 | import { Image, Pressable, Switch, Text, TextInput, TouchableOpacity, View } from 'react-native'; |
| 3 | |
| 4 | import { isHiddenFromAccessibility, isInaccessible, render, screen } from '../..'; |
nothing calls this directly
no test coverage detected