React本机Flexi单选按钮 React Native App的简单灵活的单选按钮 安装 npm i react-native-flexi-radio-button --save 用法 ###基本示例, import { RadioGroup , RadioButton } from ' react-native-flexi-radio-button ' onSelect ( index , value ){ this . setState ({ text : ` Selected index: ${ index } , value: ${ value } ` }) }