{"id":31770950,"url":"https://github.com/luruk-hai/dev-guide-react-native-git","last_synced_at":"2026-05-02T18:35:06.399Z","repository":{"id":318510296,"uuid":"1067823213","full_name":"luruk-hai/dev-guide-react-native-git","owner":"luruk-hai","description":"A compact and practical developer guide for React Native / Git workflow, Expo, and project structure best practices.","archived":false,"fork":false,"pushed_at":"2025-10-07T15:11:18.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-07T17:29:05.602Z","etag":null,"topics":["documentation","expo","git","guide","react-native","typescript","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/luruk-hai","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luruk-hai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-01T12:49:21.000Z","updated_at":"2025-10-07T15:11:23.000Z","dependencies_parsed_at":"2025-10-07T17:40:31.356Z","dependency_job_id":null,"html_url":"https://github.com/luruk-hai/dev-guide-react-native-git","commit_stats":null,"previous_names":["luruk-hai/dev-guide-react-native-git"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/luruk-hai/dev-guide-react-native-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luruk-hai%2Fdev-guide-react-native-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luruk-hai%2Fdev-guide-react-native-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luruk-hai%2Fdev-guide-react-native-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luruk-hai%2Fdev-guide-react-native-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luruk-hai","download_url":"https://codeload.github.com/luruk-hai/dev-guide-react-native-git/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luruk-hai%2Fdev-guide-react-native-git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002554,"owners_count":26083418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","expo","git","guide","react-native","typescript","workflow"],"created_at":"2025-10-10T03:17:38.073Z","updated_at":"2025-10-25T04:45:12.917Z","avatar_url":"https://github.com/luruk-hai.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/images/banner.png\" alt=\"React Native Dev Guide – Git, Expo \u0026 EAS banner\" width=\"980\"\u003e\n\u003c/p\u003e\n\n# 🚀 React Native Dev Guide – Git Workflow, Expo \u0026 EAS (Ultimate Version)\n\n\u003e A clear, structured, and professional guide to help you (and your team) adopt the right workflow, master project organization, and ship confidently with React Native.\n\n## 💡 Why This Guide Exists\n\nI originally came from **Vanilla JavaScript / DOM and Lua**, then transitioned to **TypeScript**. Recently, I started learning how to build real **mobile apps with React Native and Expo**.\n\nMost of my past projects were **solo**, so I never had to master Git and collaboration workflows like in a real team or company. As I learned, I began collecting the key elements I kept using and searching for: Git commands, commit conventions, folder structures, React hooks, and build workflows.\n\nSure, there are plenty of guides online, but this one is the **guide I wish I had found**. It gathers the most useful concepts and practices in one place, without having to dig through scattered tutorials or outdated docs.\n\nIf you're self-taught or transitioning to React Native, this is for you. It's a **pocket guide** meant to help you understand 90% of what makes a clean, professional project structure. Hopefully, it helps you the same way writing it helped me.\n\n## 🧭 Overview\n\nThis repository is a **hands-on developer guide** for mastering the **React Native workflow** used in professional environments.\n\nIt’s designed as a **compact reference and dictionary** for developers who want to learn quickly, work efficiently, and follow best practices.\n\n### 🎯 The goal\n\nTo help you quickly and easily learn the **good habits and structures** needed to work efficiently in a **team** or **company** environment with React Native.\n\nThink of it as a *developer’s pocketbook* — the essentials to deliver clean, scalable, and maintainable apps.\n\n## 📘 What’s Inside\n\n* 💾 **Git \u0026 GitHub best practices** and **commit conventions**\n* 📱 **Expo \u0026 EAS** setup for builds, testing, and publishing\n* 🧱 A **scalable React Native project structure** (with Expo Router)\n* ⚛️ A recap of **essential React Hooks** for everyday development\n\n## 📂 Repository Structure\n\n```\n.\n├── tutorials/   # 🌐 Translated guides\n└── README.md    # You are here!\n```\n\n## 🧰 Who This Is For\n\nThis guide is perfect for:\n\n* 💼 **React Native developers** working in teams or agencies\n* 🧠 **Self-taught devs** who want to improve their organization\n* 🚀 **Students or juniors** preparing for professional workflows\n* 🧩 Anyone who wants a **concise, practical reference** to stay consistent\n\n## ⚙️ Key Sections\n\n| Section                  | Description                                                        |\n| ------------------------ | ------------------------------------------------------------------ |\n| 💾 **Git \u0026 GitHub**      | Learn clean commit history, `git rebase`, and conventional commits |\n| 📱 **Expo \u0026 EAS**        | Build, test, and deploy with Expo’s professional ecosystem         |\n| 🧱 **Project Structure** | Organize your app for scalability and clarity                      |\n| ⚛️ **React Hooks**       | Quick reference to the most useful hooks for React Native          |\n\n## 🌍 Available Languages\n\n* 🇫🇷 [Guide en Français](./tutorials/fr.md)\n* 🇬🇧 [English Guide](./tutorials/en.md)\n\n✍️ **Other translations are welcome!**\nFeel free to contribute by adding new versions or improving the existing ones.\n\n## 🤝 Contribute\n\nThis project is meant to **grow collaboratively**.\nIf you know a better practice, a missing tip, or a more efficient workflow, **share it!**\n\n* Fork the repo\n* Add your improvements\n* Open a Pull Request\n\nYour contribution will help make this guide a go-to reference for React Native developers worldwide.\n\n## 📜 License\n\nReleased under the **MIT License**.\nFree to use, modify, and share. Contributions appreciated.\n\n## 🧠 Author\n\n**Luruk-Hai**\nDeveloper \u0026 learner. Passionate about clean architecture, efficiency, and sharing knowledge.\n📘 [GitHub Profile](https://github.com/Luruk-Hai)\n\n\u003e *Clean structure, clear commits, confident delivery = () =\u003e that’s the mark of a professional React Native developer.*\n\n### Made with ❤️ to simplify React Native workflows.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluruk-hai%2Fdev-guide-react-native-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluruk-hai%2Fdev-guide-react-native-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluruk-hai%2Fdev-guide-react-native-git/lists"}