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 174 B
import { useComponentDriver } from "../../testkit/new/Component.driver"; export const ImageDriver = props => { const driver = useComponentDriver(props); return driver; };