⚛️RN
3 repos: تطبيق React Native في 5 دقائق
مرحبًا! 👋 إليك ما وعدتك به:
3 من GitHub repos التي تتيح لك بناء تطبيق الموبايل الخاص بك بـ React Native في 5 دقائق — أفضل بكثير من الـ setup الذي يستغرق 3 أسابيع وأنت تبحث في الـ documentation:
1. SaaS Boilerplate (ixartz) — الاسم صعب قليلاً 😅 لكنه يتضمن الـ auth والـ payment/billing والـ widgets جاهزة — لا شيء لتبنيه، تستعمله مباشرة وتدمجه فورًا.
🔗github.comhttps://github.com/ixartz/SaaS-Boilerplate←2. Expo starter templates — تتضمن الـ navigation والـ theming، كل شيء مهيّأ من البداية وتستعملها مباشرة:
🔗docs.expo.devhttps://docs.expo.dev/more/create-expo←3. React Native Boilerplate (ixartz) — components جاهزة (buttons، forms، modals) حتى لا تبني كل شيء من الصفر — تقوم بـ import لها وتجدها تعمل جاهزة.
🔗github.comhttps://github.com/ixartz/react-native-boilerplate←كيفية البدء
- اختر الـ repo، قم بـ clone له وشغّله:
git clone https://github.com/ixartz/react-native-boilerplate my-app cd my-app npm install npm run dev:ios # wla: npm run dev:android
- لـ starter templates الخاصة بـ Expo:
npx create-expo-app@latest my-app
- بدّل الـ screens والـ branding حسب حاجتك — تطبيقك جاهز مع الـ billing والـ logging وكل الـ integrations. ⚡