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 a0b7709 commit affb777Copy full SHA for affb777
1 file changed
packages/react-native/Libraries/Modal/Modal.d.ts
@@ -110,17 +110,11 @@ export interface ModalPropsAndroid {
110
111
/**
112
* Determines whether your modal should go under the system statusbar.
113
- *
114
- * @deprecated Has no effect on its own on Android 15+ (API 35+) due to
115
- * edge-to-edge enforcement.
116
*/
117
statusBarTranslucent?: boolean | undefined;
118
119
120
* Determines whether your modal should go under the system navigationbar.
121
122
123
124
125
navigationBarTranslucent?: boolean | undefined;
126
}
0 commit comments