UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

5 lines 263 B
import { ComponentDriver } from "../../testkit/Component.driver"; export class HintDriver extends ComponentDriver { getHintContent = async () => this.getByTestId(`${this.testID}.message`); getHintModal = async () => this.getByTestId(`${this.testID}.modal`); }