Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/g-ray/expo-tamagui-universal-starter


https://github.com/g-ray/expo-tamagui-universal-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Universal starter with Expo + Expo router + Tamagui

This is a starter to develop universal (web + mobile) CSR apps with [expo](https://expo.dev/) and [tamagui](https://tamagui.dev/).

## Installation

```sh
git clone [email protected]:G-Ray/expo-tamagui-universal-starter.git
cd expo-tamagui-universal-starter
npm i
```

## Usage

- `npm start` to start for all platforms
- `npm run web` for web
- `npm run android` for android
- `npm run ios` for ios

If you need to clear the cache, append `-- --clear` to your command line.

## Note

If you need SSR or better optimizations for web, you might prefer to use https://tamagui.dev/docs/guides/create-tamagui-app.