Home
last modified time | relevance | path

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

/expo/apps/test-suite/screens/
H A DTestScreen.js19 testPortal: null, property
50 if (this._isMounted) return this.setState({ testPortal }); field
55 if (this._isMounted) this.setState({ testPortal: null }, resolve); property