| 1 | import * as React from 'react'; |
| 2 | import { Button, Image, Text, TextInput, TouchableOpacity, View } from 'react-native'; |
| 3 | |
| 4 | import { getDefaultNormalizer, render, screen, within } from '../..'; |
nothing calls this directly
no test coverage detected