Fix plan not activating on radio button press

If you touched the radio button instead of the workout
item itself, it wouldn't toggle.
This commit is contained in:
Brandon Presley 2022-10-16 16:57:23 +13:00
parent 77db34b310
commit 6238b47e6a
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ export default function StartPlan() {
left={() => (
<View style={{alignItems: 'center', justifyContent: 'center'}}>
<RadioButton
onPress={() => select(index)}
value={index.toString()}
status={selected === index ? 'checked' : 'unchecked'}
color={color}