react-native-multiple-choice icon indicating copy to clipboard operation
react-native-multiple-choice copied to clipboard

A cross-platform (iOS / Android) single and multiple-choice React Native component.

Results 15 react-native-multiple-choice issues
Sort by recently updated
recently updated
newest added

Invariant Violation: ListView has been removed from React Native. See https://fb.me/nolistview for more information or use `deprecated-react-native-listview`. This error is located at: in MultipleChoice (at FeatureDevelopmentDetails.js:780) in RCTView (at FeatureDevelopmentDetails.js:777)...

Can I divide the multiple choice options in two columns?

How can I change the renderIndicator ? Maybe is something super easy but I can't make it work.

How do i set min Seletected in this component?

Hi, I have a screen in which i have other components and also react-native-multiple-choice i have given fixed height as i don't want it to increase the screen height all...

Hi Guys, when i setState on selection it works properly but the check images don't show anymore. can someone assist me with this please? onSelection={ (option) => this.setState(option)}

When using multiple instances of the component with same values, then they are synchronised, so checking value a in instance, means it's also checked in instance b.

Added updateSelectedOptions boolean props to disable the updateSelectedOption in componentWillReceiveProps