| /expo/apps/test-suite/tests/ |
| H A D | Image.js | 13 export async function test(t, { setPortalChild, cleanupPortal }) { field 21 await mountAndWaitFor(<Image source={REMOTE_SOURCE} />, 'onLoadStart', setPortalChild); 28 setPortalChild 35 await mountAndWaitFor(<Image source={REMOTE_SOURCE} />, 'onLoad', setPortalChild); 43 setPortalChild, 56 await mountAndWaitFor(<Image source={NON_EXISTENT_SOURCE} />, 'onError', setPortalChild); 64 setPortalChild, 77 await mountAndWaitFor(<Image source={REMOTE_SOURCE} />, 'onLoadEnd', setPortalChild); 81 await mountAndWaitFor(<Image source={NON_EXISTENT_SOURCE} />, 'onLoadEnd', setPortalChild);
|
| H A D | helpers.js | 28 export const mountAndWaitFor = (child, propName = 'ref', setPortalChild) => argument 38 setPortalChild(clonedChild); 48 export const mountAndWaitForWithTimeout = (child, propName = 'ref', setPortalChild, timeout) => argument 50 mountAndWaitFor(child, propName, setPortalChild),
|
| H A D | LinearGradient.js | 11 { setPortalChild, cleanupPortal } field 18 originalMountAndWaitFor(child, propName, setPortalChild);
|
| H A D | Blur.js | 11 { setPortalChild, cleanupPortal } field 18 originalMountAndWaitFor(child, propName, setPortalChild);
|
| H A D | SVG.js | 33 export function test(t, { setPortalChild, cleanupPortal }) { field 35 originalMountAndWaitFor(child, propName, setPortalChild);
|
| H A D | KeepAwake.js | 7 { setPortalChild, cleanupPortal } field
|
| H A D | HTML.js | 87 { setPortalChild, cleanupPortal } field 94 originalMountAndWaitFor(child, propName, setPortalChild);
|
| H A D | GLView.js | 14 { setPortalChild, cleanupPortal } field 42 setPortalChild
|
| H A D | BarCodeScanner.js | 14 export async function test(t, { setPortalChild, cleanupPortal }) { field 43 const response = originalMountAndWaitFor(child, propName, setPortalChild);
|
| H A D | Camera.js | 12 export async function test(t, { setPortalChild, cleanupPortal }) { field 27 const response = originalMountAndWaitFor(child, propName, setPortalChild);
|
| H A D | Video.js | 25 export function test(t, { setPortalChild, cleanupPortal }) { field 56 originalMountAndWaitFor(child, propName, setPortalChild);
|
| /expo/apps/test-suite/screens/ |
| H A D | TestScreen.js | 49 setPortalChild = (testPortal) => { field in TestScreen 68 setPortalChild: this.setPortalChild, property
|