borderColor and labelStyle props are not working.
peterchijioke opened this issue · 1 comments
peterchijioke commented
When I try using the "borderColor" prop, it typescript alway throws this error and it dose not work at all.
Type '{ containerStyle: { width: "100%"; display: "flex"; alignItems: "flex-start"; flexDirection: "column"; gap: number; marginTop: number; }; borderColor: string; radioButtons: { id: string; label: string; value: string; }[]; onPress: (item: string) => void; selectedId: string | undefined; }' is not assignable to type 'IntrinsicAttributes & RadioGroupProps'.
Property 'borderColor' does not exist on type 'IntrinsicAttributes & RadioGroupProps'.
ThakurBallary commented
Here is the Snack Example