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

The Dividing line has disappeared #80

Closed hnty545 closed 7 years ago

hnty545 commented 7 years ago

-3

———————————— this._statusOptions = [ { key: '', value: '全部' }, { key: '0', value: '未开通' }, { key: '1', value: '已开通' }, { key: '2', value: '已停用' } ]

<SegmentedControls tint={COLOR.theme} options={this._statusOptions} extractText={(option) => option.value} onSelection={this._selectedStatus}/>

iyadthayyil commented 7 years ago

The Fix is here : https://github.com/ArnaudRinquin/react-native-radio-buttons/pull/75

hnty545 commented 7 years ago

thanks! suggest updating to npm.

hnty545 commented 7 years ago

@ArnaudRinquin

ArnaudRinquin commented 7 years ago

Should good now ;)