BinaryStudioAcademy / bsa-2024-bebalance

Track your work-life balance and improve the specific areas of your life with AI recommendations.
2 stars 0 forks source link

feat: Custom RadioGroup component #125

Closed anogire closed 4 days ago

anogire commented 3 weeks ago

What feature?

Add screenshots

Screenshot 2024-08-22 at 17 08 20 Screenshot 2024-08-22 at 17 08 34
KotenkoNata commented 2 weeks ago

@anogire I spent some time researching the react-native-radio-buttons-group library and came to the conclusion that it cannot meet our needs. It does not support gradient border and almost cannot be customized. Actually, it can, but then everything will remain only custom, and then nothing will remain from the library. The maximum that can be done (without customizing) is at the bottom of the screen.

Image

Do I understand correctly that I need this particular library? Was some other library intended (if so, I would be grateful for the link)?

/cc: @revenets, @fshabanov

anogire commented 2 weeks ago

I believe you can use this library. But if you want, you can implement the radio group function yourself. And let's make the circle smaller, please.

KotenkoNata commented 4 days ago

Feature implemented as a part of the issue feat: Onboarding screen #127