Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelessiet/expo-tamagui-template

An Expo template with Tamagui fully configured and functional
https://github.com/michaelessiet/expo-tamagui-template

Last synced: about 1 month ago
JSON representation

An Expo template with Tamagui fully configured and functional

Awesome Lists containing this project

README

        

# Tamagui + Expo

```sh
npm create tamagui
```

## 🔦 About

This repo is a starter for an Expo + Tamagui app.

## 📦 Included packages

- [Tamagui](https://tamagui.dev)
- [React-native-reanimated](https://docs.swmansion.com/react-native-reanimated/)
- Expo SDK
- Expo Router

## 🏁 Start the app

- Install dependencies

```sh
yarn
```

- Run the app

```sh
yarn ios #or yarn android
```

**Note:** If you would like to change package managers, please make sure to update the `upgrade:tamagui` commands to something compatible with your preferred package manager.