ArnaudRinquin / react-native-radio-buttons

[DEPRECATED] A Radio-button like logic wrapper for React Native
https://www.npmjs.com/package/react-native-radio-buttons
MIT License
414 stars 97 forks source link

Add documentation for containerStyle prop #63

Closed randycoulman closed 7 years ago

randycoulman commented 7 years ago

Support (and documentation) for containerStyle was added to SegmentedControls in 5d15bd0. However, the documentation for it was removed in #54 (probably by accident).

This PR adds back the documentation for containerStyle and adds additional information about what all three style props do.

The documentation for optionStyle and optionContainerStyle was copied from RadioButtons above, so may be redundant, but there’s no other place to more fully document containerStyle, because that style doesn’t apply to RadioButtons; it only applies to SegmentedControls.

ArnaudRinquin commented 7 years ago

Thanks!