Skip to content

Commit affb777

Browse files
committed
Remove deprecations
1 parent a0b7709 commit affb777

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/react-native/Libraries/Modal/Modal.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,11 @@ export interface ModalPropsAndroid {
110110

111111
/**
112112
* 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.
116113
*/
117114
statusBarTranslucent?: boolean | undefined;
118115

119116
/**
120117
* Determines whether your modal should go under the system navigationbar.
121-
*
122-
* @deprecated Has no effect on its own on Android 15+ (API 35+) due to
123-
* edge-to-edge enforcement.
124118
*/
125119
navigationBarTranslucent?: boolean | undefined;
126120
}

0 commit comments

Comments
 (0)