Searched refs:mountAndWaitFor (Results 1 – 10 of 10) sorted by relevance
| /expo/apps/test-suite/tests/ |
| H A D | Video.js | 106 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 D | Image.js | 6 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 D | Camera.js | 25 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 D | LinearGradient.js | 4 import { mountAndWaitFor as originalMountAndWaitFor } from './helpers'; 17 const mountAndWaitFor = (child, propName = 'onLayout') => function 22 await mountAndWaitFor(<LinearGradient colors={['red', 'blue']} style={style} />);
|
| H A D | Blur.js | 4 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 D | SVG.js | 4 import { mountAndWaitFor as originalMountAndWaitFor } from './helpers'; 34 const mountAndWaitFor = (child, propName = 'ref') => function 44 await mountAndWaitFor(
|
| H A D | HTML.js | 44 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 D | helpers.js | 28 export const mountAndWaitFor = (child, propName = 'ref', setPortalChild) => function 50 mountAndWaitFor(child, propName, setPortalChild), 62 mountAndWaitFor,
|
| H A D | BarCodeScanner.js | 8 import { mountAndWaitFor as originalMountAndWaitFor } from './helpers'; 41 const mountAndWaitFor = (child, propName = 'ref') => function 64 await mountAndWaitFor(<BarCodeScanner style={style} />);
|
| H A D | GLView.js | 7 import { mountAndWaitFor } from './helpers'; 39 await mountAndWaitFor(
|