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:
- The
Alert documentation page should not be shown as available for bundled version ~55.0.16, or
- 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/
Summary
The Expo UI SwiftUI Alert documentation page shows
Bundled version: ~55.0.16, butAlertis not exported from@expo/ui/swift-uiin@expo/ui@55.0.16.What I expected
Since the docs page shows
Bundled version: ~55.0.16, I expected this import to work:What happened
In an Expo SDK 55 project using
@expo/ui@55.0.16,Alertis not exported from@expo/ui/swift-ui.Expected documentation update
Either:
Alertdocumentation page should not be shown as available for bundled version~55.0.16, orAlertis actually available.Link to the related documentation page
https://docs.expo.dev/versions/latest/sdk/ui/swift-ui/alert/