React-native how to bind RadioButton conditionaly? – React native
I use RadioButton from https://www.npmjs.com/package/rn-radio-button-group and I need conditionaly hide 1 radio button element, if condition is true, everything works ok, but if condition is false, it throws error: React.cloneElement(...): The argument must be a React element, but you passed…