Skip to content

Commit 4ec279e

Browse files
committed
Remove deprecations
1 parent affb777 commit 4ec279e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • packages/react-native/Libraries/Modal

packages/react-native/Libraries/Modal/Modal.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ export type ModalPropsAndroid = {
189189
/**
190190
* Whether the modal should go under the system statusbar.
191191
*
192-
* @deprecated Has no effect on its own on API level 35+ (Android 15+) due to
193-
* edge-to-edge enforcement.
194-
*
195192
* @default `false`
196193
*
197194
* @platform android
@@ -202,9 +199,6 @@ export type ModalPropsAndroid = {
202199
* Whether the modal should go under the system navigation bar.
203200
* `statusBarTranslucent` also needs to be `true`.
204201
*
205-
* @deprecated Has no effect on its own on API level 35+ (Android 15+) due to
206-
* edge-to-edge enforcement.
207-
*
208202
* @default `false`
209203
*
210204
* @platform android

0 commit comments

Comments
 (0)