You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/WrathChaos/react-native-animated-radio-button)
| size | number | 16 | change the size of the radio button |
62
+
| isSelected | boolean | false | set the selectable of the radio button |
63
+
| isBounceable | boolean | true | enable or disable the bounceable effect |
64
+
| innerColor | color | dodgerblue | change the radio button's inner circle color |
65
+
| outerColor | color | dodgerblue | change the radio button's outer circle color |
66
+
| onPress | function | () | set your own function when onPress is triggered |
67
+
| disableBuiltinStateManagement | bool | false | disable the builtin state management to let your state management for the radio button |
68
+
| active | bool | false | you can use this prop to set the radio button is active or not, this **ONLY works** when **built-in** state management is **disabled**|
71
69
72
70
## Credits
73
71
@@ -81,7 +79,6 @@ The library itself also has a bouncy animation when onPress is triggered.
81
79
-[ ] Left, right, bottom text component as optional
0 commit comments