This repository contains multiple React Native projects managed inside a single parent folder (mono-repo) . Each project is built for learning, practice, and real-world use cases.
💡 Purpose: Practice React Native, improve mobile development skills, and maintain all apps in one place.
ReactNative/
│
├── stories_App/ # Stories based React Native App
├── todo_App/ # Todo application
├── notes_App/ # Notes / learning app
│
└── README.md
- ⚛️ React Native
- 📱 Android & iOS
- 🧠 JavaScript / TypeScript
- 🎨 Native UI Components
cd project_folder_name
npm install
npx react-native run-android
# or
npx react-native run-ios| Project Name | Description |
|---|---|
| stories_App | Stories based mobile app |
| todo_App | Simple Todo app |
| notes_App | Notes & learning app |
- Each folder is a separate React Native app
node_modulesare ignored using.gitignore- This repo follows mono-repo structure
Asif (theasifzone-code) Learning & building with ❤️ in React Native
If you like this repository:
- ⭐ Star the repo
- 🍴 Fork it
- 🧠 Learn & build more
Happy Coding 🚀