Home
last modified time | relevance | path

Searched refs:mountAndWaitFor (Results 1 – 10 of 10) sorted by relevance

/expo/apps/test-suite/tests/
H A DVideo.js106 await mountAndWaitFor(element);
130 const status = await mountAndWaitFor(
149 const status = await mountAndWaitFor(
213 const status = await mountAndWaitFor(
220 const status = await mountAndWaitFor(
233 await mountAndWaitFor(
247 const error = await mountAndWaitFor(
379 await mountAndWaitFor(
413 await mountAndWaitFor(
433 await mountAndWaitFor(
[all …]
H A DImage.js6 import { mountAndWaitFor, mountAndWaitForWithTimeout, TimeoutError } from './helpers';
21 await mountAndWaitFor(<Image source={REMOTE_SOURCE} />, 'onLoadStart', setPortalChild);
25 await mountAndWaitFor(
35 await mountAndWaitFor(<Image source={REMOTE_SOURCE} />, 'onLoad', setPortalChild);
56 await mountAndWaitFor(<Image source={NON_EXISTENT_SOURCE} />, 'onError', setPortalChild);
77 await mountAndWaitFor(<Image source={REMOTE_SOURCE} />, 'onLoadEnd', setPortalChild);
81 await mountAndWaitFor(<Image source={NON_EXISTENT_SOURCE} />, 'onLoadEnd', setPortalChild);
H A DCamera.js25 const mountAndWaitFor = (child, propName = 'onCameraReady') => function
74 await mountAndWaitFor(<Camera style={style} ref={refSetter} />);
148 await mountAndWaitFor(
164 await mountAndWaitFor(
177 await mountAndWaitFor(
191 await mountAndWaitFor(
206 await mountAndWaitFor(
217 await mountAndWaitFor(
318 await mountAndWaitFor(
330 await mountAndWaitFor(camera);
[all …]
H A DLinearGradient.js4 import { mountAndWaitFor as originalMountAndWaitFor } from './helpers';
17 const mountAndWaitFor = (child, propName = 'onLayout') => function
22 await mountAndWaitFor(<LinearGradient colors={['red', 'blue']} style={style} />);
H A DBlur.js4 import { mountAndWaitFor as originalMountAndWaitFor } from './helpers';
17 const mountAndWaitFor = (child, propName = 'onLayout') => function
24 await mountAndWaitFor(<BlurView style={style} tint={color} intensity={50} />);
H A DSVG.js4 import { mountAndWaitFor as originalMountAndWaitFor } from './helpers';
34 const mountAndWaitFor = (child, propName = 'ref') => function
44 await mountAndWaitFor(
H A DHTML.js44 import { mountAndWaitFor as originalMountAndWaitFor } from './helpers';
93 const mountAndWaitFor = (child, propName = 'onLayout') => function
101 await mountAndWaitFor(<Element>Test contents</Element>);
109 await mountAndWaitFor(
119 await mountAndWaitFor(
126 await mountAndWaitFor(
153 await mountAndWaitFor(
H A Dhelpers.js28 export const mountAndWaitFor = (child, propName = 'ref', setPortalChild) => function
50 mountAndWaitFor(child, propName, setPortalChild),
62 mountAndWaitFor,
H A DBarCodeScanner.js8 import { mountAndWaitFor as originalMountAndWaitFor } from './helpers';
41 const mountAndWaitFor = (child, propName = 'ref') => function
64 await mountAndWaitFor(<BarCodeScanner style={style} />);
H A DGLView.js7 import { mountAndWaitFor } from './helpers';
39 await mountAndWaitFor(