react-native-aria
react-native-aria copied to clipboard
Type error on Pressable component when adding inputProps
I'm only looking to implement this component via ios/android and I just adjusted a bit from what your docs show and I'm getting this TS error. Any ideas what it could be?

I get the correct props if I do
const inputProps = useRadio({ isReadOnly, isDisabled, ...props }, context, inputRef);