react-native-simple-radio-button icon indicating copy to clipboard operation
react-native-simple-radio-button copied to clipboard

Simple and handy animated radio button component for React Native

Results 93 react-native-simple-radio-button issues
Sort by recently updated
recently updated
newest added

To improve screen reader clarity. Changing from 'input' to 'radio button' will provide screen readers with more descriptive and helpful narration.

The module uses "componentWillMount" and "componentWillReceiveProps" which generate warnings. `Warning: componentWillMount is deprecated and will be removed in the next major version. Use componentDidMount instead. As a temporary workaround, you...

I'm trying to create an assessment sheet that keeps records of students skills.I'm trying to use RadioForm in order to keep these records and easily edit them, but I dont...

## Feature - [ ] Fully compatible with latest react-native - [ ] Re-defined API which is easy to use and customize ## BREAKING CHANGES - [ ] Change `radio_props`...

Hi, borderWidth buttonInnerColor buttonOuterColor buttonOuterSize those props are not working.

https://github.com/moschan/react-native-simple-radio-button/blob/02fff78e23d0144d48ea0f5dafd5473694f68e40/lib/SimpleRadioButton.js#L62 ```console ..\node_modules\react-native\Libraries\Core\ExceptionsManager.js:126 Warning: Each child in a list should have a unique "key" prop. Check the render method of `RadioButtonBottomModal`. See https://fb.me/react-warning-keys for more information. in RadioButton (at RadioButtonBottomModal.js:50)...

Bumps [ws](https://github.com/websockets/ws) from 1.1.4 to 1.1.5. Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 1.1.5 > # Bug fixes > > - Fixed a DoS vulnerability (f8fdcd4). Commits - [`24edef5`](https://github.com/websockets/ws/commit/24edef58a0aab05e8220f76bd2377614dd4eee85)...

dependencies

We found out animations are flooding the React Native bridge message queue on IOS. Setting `animation={false}` fixes the following issue. For context, we use the RadioForm on elements in a...

Spamming the radio buttons constantly resulted in a "_this7.props.onPress is not a function" error. I've added a single condition to check if the onPress function exists before calling it.

Hi @moschan and all, I've forked this project as I couldn't [find another maintained fork][1] and I needed to fix a bug in our production app. Feel free to help...