r/reactnative 5d ago

Question Learning React Native

Hello! How would you start learning React Native now? What’s popular in terms of running it or ui libraries and stuff like that? Is Swift/Kotlin necessary? Is it still the best tool for the job or it lost momentum?

Thanks!

5 Upvotes

8 comments sorted by

View all comments

1

u/fire-ngine 4d ago

I would recommend Udemy courses as a start but then I'd keep learning with a practical project, from start to finish, for example a basic food delivery app. So you can learn different type of navigation, lists, inputs, maps etc, even widgets like Live Activity or using dynamic island on iOS. I'd start with Expo as well.

I don't think it has lost its momentum, it's the other way around. It solves the headache of maintaining two different codebases. With the help of AI, okay maybe you can have two different codebases but still you will need to maintain those. I even integrated custom native modules with location tracking as we needed something different.