We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affb777 commit 4ec279eCopy full SHA for 4ec279e
1 file changed
packages/react-native/Libraries/Modal/Modal.js
@@ -189,9 +189,6 @@ export type ModalPropsAndroid = {
189
/**
190
* Whether the modal should go under the system statusbar.
191
*
192
- * @deprecated Has no effect on its own on API level 35+ (Android 15+) due to
193
- * edge-to-edge enforcement.
194
- *
195
* @default `false`
196
197
* @platform android
@@ -202,9 +199,6 @@ export type ModalPropsAndroid = {
202
199
* Whether the modal should go under the system navigation bar.
203
200
* `statusBarTranslucent` also needs to be `true`.
204
201
205
206
207
208
209
210
0 commit comments