Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michaelessiet/expo-tamagui-template
- Owner: michaelessiet
- Created: 2023-10-15T21:34:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T08:35:11.000Z (10 months ago)
- Last Synced: 2024-01-18T12:24:07.955Z (10 months ago)
- Language: TypeScript
- Size: 1.41 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.