diff --git a/docs/framework/react/react-native.md b/docs/framework/react/react-native.md index cdae24cde7..f757015198 100644 --- a/docs/framework/react/react-native.md +++ b/docs/framework/react/react-native.md @@ -165,7 +165,7 @@ Enabled can also be set to a callback to support disabling queries on out of foc import React from 'react' import { useFocusEffect } from '@react-navigation/native' -export function useQueryFocusAware(notifyOnChangeProps?: NotifyOnChangeProps) { +export function useQueryFocusAware() { const focusedRef = React.useRef(true) useFocusEffect(