Welcome to my React Native learning journey!
This repo contains my personal notes and practice code based on the excellent React Native Tutorial for Beginners playlist by Codevolution on YouTube.
react-native-course/
├── lessons/ # Markdown notes per lesson
├── code/ # Your actual React Native code files
└── README.mdI’m using this as a living document to:
- Track my progress
- Reinforce what I’ve learned
- Practice by building small apps
- Share my notes with anyone else starting out
I'll be following the playlist lesson-by-lesson, writing notes in lessons/ and code in code/.
- React Native CLI (not Expo)
- Visual Studio Code
- Android Studio (Emulator)
- macOS Terminal / iTerm2
You can clone this repo, follow the playlist, and use my notes as a guide.
git clone https://github.com/your-username/react-native-course.git
## 💬 License & Credits
* Based on [Codevolution](https://www.youtube.com/c/Codevolution) tutorials.
* Notes and code written by \[Your Name].
MIT License.