I am converting React code to React Native. So I need to implement radio buttons.
import RadioForm, { RadioButton, RadioButtonInput, RadioButtonLabel } from 'react-native-simple-radio-button'; const radioProps = [ { label: 'Male', value: false }, { label: 'Female, value: true } ]; setGender(value)} />