diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 7368241a9e..86cd2c59f4 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -4363,7 +4363,7 @@ export interface ModalProperties { * The orientation provided is only 'portrait' or 'landscape'. This callback is also called on initial render, regardless of the current orientation. * @platform ios */ - onOrientationChange?: () => void; + onOrientationChange?: (event?: NativeSyntheticEvent) => void; /** * The `onDismiss` prop allows passing a function that will be called once the modal has been dismissed. * @platform ios