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 bb31c47 commit 7f9f28eCopy full SHA for 7f9f28e
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
165
import React from 'react'
166
import { useFocusEffect } from '@react-navigation/native'
167
168
-export function useQueryFocusAware(notifyOnChangeProps?: NotifyOnChangeProps) {
+export function useQueryFocusAware() {
169
const focusedRef = React.useRef(true)
170
171
useFocusEffect(
0 commit comments