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 d184f3c commit d367b79Copy full SHA for d367b79
src/components/RadioButton/RadioButtonAndroid.tsx
@@ -24,7 +24,7 @@ export type Props = $RemoveChildren<typeof TouchableRipple> & {
24
/**
25
* Function to execute on press.
26
*/
27
- onPress?: (param?: any) => void;
+ onPress?: () => void;
28
29
* Custom color for unchecked radio.
30
0 commit comments