Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

ivopr/tamagui-expo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8a8152 · Aug 10, 2022

History

89 Commits
Jun 23, 2022
Aug 10, 2022
Jun 27, 2022
Jun 19, 2022
Aug 1, 2022
Jun 18, 2022
Jun 23, 2022
Jun 18, 2022
Jun 23, 2022
Jul 29, 2022
Jun 18, 2022
Jul 7, 2022
Aug 10, 2022
Aug 1, 2022
Jun 24, 2022
Jul 11, 2022
Jun 24, 2022
Aug 10, 2022
Aug 5, 2022
Jun 18, 2022
Aug 10, 2022

Repository files navigation

Tamagui Icon

Quick Start

Just run the following, changing youprojectname to the name of your project.

expo init yourprojectname --template tamagui-expo-template

Tamagui Expo Starter

This is a starter template for Expo using Tamagui. In this template you get out of the box:

  • I18n
  • MobX and MobX Persist Store already configured
  • Light and Dark Themes with persistence
  • Semantic Release already configured with everything you might want
  • EAS (Expo Application Services) profiles already configured
  • Different icons for different app types (Dev Client, Beta and Production)

Before you run...

  1. Build the dev client with eas build -p android --profile development
  2. If you're in WSL, use the yarn wsl command, else yarn start is your default choice. Don't forget to add --dev-client to it.

Troubleshooting

I'm on WSL but my app doesn't connect

WSL2 runs inside it's own container, so it doesn't share the same IPv4 and port status as your host machine, you might need this