Skip to content

[docs] SwiftUI Alert page shows bundled version ~55.0.16, but Alert is not exported in @expo/ui@55.0.16 #45916

@devjunu

Description

@devjunu

Summary

The Expo UI SwiftUI Alert documentation page shows Bundled version: ~55.0.16, but Alert is not exported from @expo/ui/swift-ui in @expo/ui@55.0.16.

What I expected

Since the docs page shows Bundled version: ~55.0.16, I expected this import to work:

import { Alert } from '@expo/ui/swift-ui';

What happened

In an Expo SDK 55 project using @expo/ui@55.0.16, Alert is not exported from @expo/ui/swift-ui.

Expected documentation update

Either:

  1. The Alert documentation page should not be shown as available for bundled version ~55.0.16, or
  2. The bundled version shown on the page should be corrected to the version where Alert is actually available.

Link to the related documentation page

https://docs.expo.dev/versions/latest/sdk/ui/swift-ui/alert/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions