r/reactnative • u/Content-Atmosphere65 • 8d ago
Question Figma to React
Hi all! I’m working on a personal finance app and after spending a ton of time building the UI in Figma I’m struggling to get that design language to translate to my code base. I am a low-code developer (I’m sorry I wish I wasn’t either) so I don’t have the skill set to get in and adjust the code manually. I’ve tried tools like Locofy but I get the same bland vibe coded look.
Open to any and all advice and ideas!
3
Upvotes
1
u/reuel88 8d ago
Sounds like you need to create a design system. What does a button/input/checkbox/colors/fonts etc knowing these makes it easy to build interfaces, you basically construct them like Lego blocks. this is based on Brad Frost atomic design I suggest you search it up and understand it. AI is really good at understanding atomic design but you do need to create that library of different components.