[ui][iOS] - ConfirmationDialog component#43366
Merged
intergalacticspacehighway merged 5 commits intomainfrom Feb 23, 2026
Merged
[ui][iOS] - ConfirmationDialog component#43366intergalacticspacehighway merged 5 commits intomainfrom
ConfirmationDialog component#43366intergalacticspacehighway merged 5 commits intomainfrom
Conversation
Contributor
|
Subscribed to pull request
Generated by CodeMention |
Collaborator
|
The Pull Request introduced fingerprint changes against the base commit: 36a8bff Fingerprint diff[
{
"op": "changed",
"beforeSource": {
"type": "dir",
"filePath": "../../packages/expo-ui/ios",
"reasons": [
"expoAutolinkingIos"
],
"hash": "035e5500ac3573d02fb05e7759bdbb4a8fb8a80f"
},
"afterSource": {
"type": "dir",
"filePath": "../../packages/expo-ui/ios",
"reasons": [
"expoAutolinkingIos"
],
"hash": "b28519e29e64527a4db748b1bf2ed953353a1f62"
}
}
]Generated by PR labeler 🤖 |
Kudo
approved these changes
Feb 23, 2026
packages/expo-ui/ios/ConfirmationDialog/ConfirmationDialogProps.swift
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Confirmation dialog is useful in a lot of apps to confirm a user action (delete, submit etc)
How
Adds confirmationDialog.
Test Plan
Added example in NCL
Simulator.Screen.Recording.-.iPhone.17.Pro.-.2026-02-23.at.20.25.14.mov
Checklist
changelog.mdentry and rebuilt the package sources according to this short guidenpx expo prebuild& EAS Build (eg: updated a module plugin).