Portal
The portal component renders its children into a new "subtree" outside of current DOM hierarchy.
The children of the portal component will be appended to the container specified. The component is used internally by
the Modal and Popper components.
Import​
import { Portal } from "@react-native-material/core";