Commit 6e895c3
authored
fix: Suppress deprecation warnings for minimum of OS 26 (#2725)
## Summary:
While Microsoft is still far away from dropping support for iOS 18, we
want to get a head-start on handling deprecated APIs for the latest OS
releases. Silence these deprecated API warnings when making macOS 26,
iOS 26, and watchOS 26 our minimums.
## Test Plan:
There is no change to actual code.1 parent 337dff4 commit 6e895c3
File tree
1 file changed
+3
-0
lines changed- packages/react-native/Libraries/LinkingIOS
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
164 | 166 | | |
165 | 167 | | |
166 | 168 | | |
| 169 | + | |
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
| |||
0 commit comments