Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/react-native-testing-library
/ host-component-names.test.tsx
File
host-component-names.test.tsx
src/__tests__/host-component-names.test.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import * as React from
'react'
;
2
import { Image, Modal, ScrollView, Switch, Text, TextInput } from
'react-native'
;
3
4
import { render, screen } from
'..'
;
Callers
nothing calls this directly
Calls
7
isHostText
Function · 0.90
isHostTextInput
Function · 0.90
isHostImage
Function · 0.90
isHostSwitch
Function · 0.90
isHostScrollView
Function · 0.90
isHostModal
Function · 0.90
render
Function · 0.50
Tested by
no test coverage detected