Template React Native with Expo – Kickstart your mobile project at lightning speed, with everything you need to code in peace.
- Out-of-the-box config: Basic integration with Expo and React Native.
- Core components: A set of reusable components to get you started fast.
- Built-in theming: Theming system for easy UI customization.
- Navigation: Basic structure with react-navigation (Tab & Stack).
- Asset support: Simplified handling for images, fonts, and more.
# Clone the repo
git clone https://github.com/diamondrarktvo/boilera.git
cd boilera
# Install dependencies
npm install # or yarn install
# Start the project
npx expo start
After installation, you can:
- Theme: Edit your theme in
src/theme
- Add features: Place your features in
src/features
- Add navigations: Add your new navigations data in
src/navigations/data
- Add images & fonts: Place your images & fonts in
src/assets
- Use components: Import from
src/shared
- Run on device: Scan the QR code with Expo Go or launch an emulator
Contributions are welcome! :)
- Fork this repo
- Create a branch (
git checkout -b feature/my-feature
) - Commit your changes (
git commit -m 'Add my feature'
) - Push (
git push origin feature/my-feature
) - Open a Pull Request
MIT © Dama
Template React Native avec Expo – Démarrez votre projet mobile en un éclair, avec tout ce qu’il faut pour coder sereinement.
- Configuration minimale préinstallée : Intégration de base avec Expo et React Native.
- Composants de base : Ensemble de composants réutilisables pour démarrer rapidement.
- Thématisation intégrée : Système de theming pour une personnalisation facile de l’interface.
- Navigation : Structure de navigation de base avec react-navigation (Tab & Stack).
- Support des assets : Gestion simplifiée des images, polices, etc.
- Node.js (version LTS recommandée)
- npm
ou Yarn
- Expo CLI
- React Native >= 0.71
- Plateformes : iOS & Android
# Cloner le dépôt
git clone https://github.com/diamondrarktvo/boilera.git
cd boilera
# Installer les dépendances
npm install # ou yarn install
# Lancer le projet
npx expo start
Après l’installation :
- Thématiser : Modifiez votre thème dans
src/theme
- Ajouter des écrans : Placez vos écrans dans
src/screens
- Utiliser les composants : Importez depuis
src/components
- Tester sur appareil : Scannez le QR avec Expo Go ou utilisez un émulateur
Les contributions sont les bienvenues ! :)
- Forkez le repo
- Créez une branche (
git checkout -b feature/ma-fonctionnalité
) - Commitez (
git commit -m 'Ajout de ma fonctionnalité'
) - Pushez (
git push origin feature/ma-fonctionnalité
) - Ouvrez une Pull Request
MIT © Dama