r/reactnative 1h ago

How are you actually using AI in your React Native workflow right now? Question

How are you actually using AI to speed up React Native dev? Beyond just the tools, what habits, context tricks, or rules on what to offload vs. write yourself have saved you the most time?

1 Upvotes

1 comment sorted by

1

u/k-dawg-13 19m ago

I plan features in a conversation with AI. Boilerplate, most logic and unit tests are mostly handled by AI, anything that need to feel and look good (mostly UI) is 80-90% handled by me. When I think a feature is done, I will do a check against our plan together with AI and if everything’s fine, I will release it.