React Native Testing Library consists of following APIs:
render
function - render your UI components for testing purposesscreen
object - access rendered UI:
press
or type
in a realistic wayrenderHook
function - render hooks for testingfindBy*
queries, wait
, waitForElementToBeRemoved
configure
, resetToDefaults
isHiddenFromAccessibility
within
, act
, cleanup