Focus composer input when editable (#10982)

This commit is contained in:
DS Boyce
2026-06-24 16:06:02 -07:00
committed by GitHub
parent da1f637160
commit 51e25435a2
4 changed files with 31 additions and 4 deletions
+2
View File
@@ -615,6 +615,8 @@ export function Outer({
label?: string
style?: StyleProp<ViewStyle>
align?: 'left' | 'right'
/** Web only. Native restores focus differently. */
onCloseAutoFocus?: (event: Event) => void
}) {
const t = useTheme()
const context = useContextMenuContext()