Home
last modified time | relevance | path

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

/expo/apps/test-suite/screens/
H A DTestScreen.js19 testPortal: null, property
49 setPortalChild = (testPortal) => {
50 if (this._isMounted) return this.setState({ testPortal }); field
55 if (this._isMounted) this.setState({ testPortal: null }, resolve); property
242 if (app.state.testPortal) {
270 testPortal,
278 <Portal isVisible={portalChildShouldBeVisible}>{testPortal}</Portal>