mushyii
Junior Member
- Mar 16, 2023
- 160
- 73
Good question, to answer you: yes there are, but I only wrap components with a lot of functionality from these frameworks in order to apply my UI/UX and functionalities I need.Aren't there existing frameworks to help with that instead of making one yourself? Or it's easier for you to deal with just your own code without dealing with somebody else's?
For example, for all Button/Typography/Link/Card components, I prefer to have my own component because the frameworks under React Native don't provide enough in this area.
But for example, a TabBar/Drawer/Datepicker component will already be very functional on a framework, so here I'm going to pick it from the framework and apply a wrapper to it, so I can use the my own UI/UX and add functionality if needed.
For information, I currently design my components with NativeWind v4 (styles) and React Native Deleted member 731332 (animations)
Thank yes that how I see it: save time in future!Very good approach, it will save you a lot of time in the future
Last edited: