MCPcopy Create free account
hub / github.com/callstack/react-native-paper /

Class

src/components/Portal/PortalManager.tsx:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 * Portal host is the component which actually renders all Portals.
13 */
14export default class PortalManager extends React.PureComponent<{}, State> {
15 state: State = {
16 portals: [],
17 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected