Skip to content

Commit 1ad30f7

Browse files
committed
update deprecation comment in spec file
1 parent 1789617 commit 1ad30f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fabric/SearchBarNativeComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type ChangeTextEvent = Readonly<{
2121

2222
type SearchBarPlacement =
2323
| 'automatic'
24-
| 'inline' // deprecated
24+
| 'inline' // deprecated starting from iOS 26
2525
| 'stacked'
2626
| 'integrated'
2727
| 'integratedButton'

0 commit comments

Comments
 (0)