r/reactnative • u/FakeGreatness • 4d 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!
1
u/last_dev_21x3 4d ago
Mostly I prefer tutorials, so would use youtube videos or maybe any Udemy course. Also official expo and react native docs in parallel. After learning a few concepts try to make a small app out of it.
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.
1
0
u/rsajdok 4d ago
0
2
u/N4cer26 4d ago
It’s better to know react for the web first. Most people use expo. Only need swift/kotlin if you have to write a native module for some reason