Just run the following, changing yourappname
to the name of your project.
npx create-expo-app yourappname -t tamagui-expo-template --no-install
cd yourappname
yarn install
If you have Expo Go app installed, just start your new app with yarn start
, if not, create your own Development Client
This is a starter template for Expo using Tamagui. In this template you get out of the box:
- Semantic Release already configured with everything you might want
- Expo Router up and running
- Tamagui, a nice and modern way of building your UIs
- ESLint and Prettier configurations
- Expo Web support (for this, go to the Official Tamagui Starter)
- i18n
- Global State management
- You can build your own dev client with
eas build -p android --profile development
- Develop in WSL, use the
yarn wsl
command, elseyarn start
is your default choice.
WSL2 runs inside its own container, so it doesn't share the same IPv4 and port status as your host machine, you might need this