// the find
hiteshchoudhary/React-native-projects
Learn React native with this free series on youtube (powered by Hashnode)
A companion repo to Hitesh Choudhary's free YouTube React Native series, containing the source code for each project in the course. It's squarely aimed at beginners who want runnable code alongside the videos, not at developers looking for reference implementations or patterns to borrow.
Each project is a self-contained RN app with full Android and iOS scaffolding, so you can clone and run without guessing at project structure. The appwriteauth11 project is the most complete example — it shows auth context, stack navigation splitting (AuthStack/AppStack), and Appwrite service abstraction in a realistic pattern. The series covers a real spread of beginner topics: state, navigation, API calls, auth, background tasks.
The repo hasn't been touched since mid-2024 and the Android boilerplate uses the old Flipper integration pattern that's been dropped in newer RN versions — clone this today and you'll hit build errors before writing a line of code. There's essentially no explanation in the code itself; it only makes sense if you're watching the videos in order, which makes it useless as standalone reference material. The contribution files are just lists of Hashnode articles and the README is mostly sponsor copy, so there's nothing here for someone who already knows RN basics.