Skip to content

diamondrarktvo/boilera

Repository files navigation

🚀 Boilera

Template React Native with Expo – Kickstart your mobile project at lightning speed, with everything you need to code in peace.


🔖 Table of Contents


🌟 Features

  • 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.

⚙️ Prerequisites


🚀 Installation

# 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

🛠️ Usage

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

💬 Contributing

Contributions are welcome! :)

  1. Fork this repo
  2. Create a branch (git checkout -b feature/my-feature)
  3. Commit your changes (git commit -m 'Add my feature')
  4. Push (git push origin feature/my-feature)
  5. Open a Pull Request

📄 License

MIT © Dama



🚀 Boilera

Template React Native avec Expo – Démarrez votre projet mobile en un éclair, avec tout ce qu’il faut pour coder sereinement.


🔖 Table des matières


🌟 Caractéristiques

  • 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.

⚙️ Prérequis


🚀 Installation

# 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

🛠️ Usage

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

💬 Contribuer

Les contributions sont les bienvenues ! :)

  1. Forkez le repo
  2. Créez une branche (git checkout -b feature/ma-fonctionnalité)
  3. Commitez (git commit -m 'Ajout de ma fonctionnalité')
  4. Pushez (git push origin feature/ma-fonctionnalité)
  5. Ouvrez une Pull Request

📄 License

MIT © Dama