// The portal host that backs every portal-based primitive (e.g. the Select // dropdown). Apps mount one at their root; it shares this // package's bundled @rn-primitives/portal instance with the primitives' Portal, // so registered overlays render in the host. On iOS, `Select.Content` lifts the // dropdown above native-stack modals with `FullWindowOverlay` (react-native- // screens), so this single root host is sufficient on both platforms. export { PortalHost as AtlantisPortalHost } from "@rn-primitives/portal";