Robin Gullo

Results 2 issues of Robin Gullo

The goal of this PR is to allow providing default query options to a React subtree. So basically like `queryClient.setDefaultOptions` / `queryClient.setQueryDefaults` but scoped to a component subtree. Technically this...

documentation
package: react-query

On tvOS, with version 0.76.5-0, when a TVFocusGuideView gains focus and transfer it to its children, both `onFocus` and `onBlur` are triggered. On Android TV, only `onFocus` is triggered (expected)....

bug