More Premium Hugo Themes Premium React Themes

Tamagui Expo

An Expo template with Tamagui

Tamagui Expo

An Expo template with Tamagui

Author Avatar Theme by ivopr
Github Stars Github Stars: 268
Last Commit Last Commit: Feb 8, 2024 -
First Commit Created: Feb 24, 2024 -
Tamagui Expo screenshot

Overview

The Tamagui Expo Template is a community template designed for Expo projects. It offers a starting point for developers by providing certain configurations and tools out of the box. While the template has been archived, it still serves as a useful resource for creating projects on Expo.

Features

  • Semantic Release Configured: Includes configurations for Semantic Release.
  • Expo Router: Comes with Expo Router set up.
  • Tamagui UI Library: Utilizes Tamagui for building modern UIs.
  • ESLint and Prettier configurations: Includes configurations for code formatting.

Installation

To install the Tamagui Expo Template, follow these steps:

  1. Run the following command in your terminal:
    yarn create expo --template tamagui
    
  2. Replace yourappname with your project’s name.
  3. If you have Expo Go app installed, start your new app with:
    yarn start
    
    If not, create your own Development Client.

Summary

The Tamagui Expo Template is a useful starting point for Expo projects, offering various configurations and tools to streamline the development process. It provides Semantic Release configuration, Expo Router setup, Tamagui UI library for modern UIs, and ESLint/Prettier configurations. While it does not support Expo Web or include i18n and global state management, it still serves as a valuable resource for developers looking to kickstart their Expo projects.