https://github.com/yellowlime77/react-native-expo-ts-tamagui-template
React Native + Expo + TypeScript + Tamagui Template
https://github.com/yellowlime77/react-native-expo-ts-tamagui-template
expo react react-native tamagui template ts typescript
Last synced: 3 months ago
JSON representation
React Native + Expo + TypeScript + Tamagui Template
- Host: GitHub
- URL: https://github.com/yellowlime77/react-native-expo-ts-tamagui-template
- Owner: YellowLime77
- Created: 2024-12-30T07:04:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T07:24:28.000Z (10 months ago)
- Last Synced: 2025-07-11T18:46:16.092Z (4 months ago)
- Topics: expo, react, react-native, tamagui, template, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native + Expo + TypeScript + Tamagui
This template provides a setup to get React Native working with web, Android, and iOS. Tamagui is set up as the UI library and design system.
To start the app for development (web, Android, iOS):
yarn expo start
If you encounter problems connecting through Expo Go, add ```--tunnel``` to the end of the command and manually connect
To send standalone app for Android/iOS:
yarn expo run:[android/ios] --variant release
If you encounter an error saying "not able to find file" or something along the lines, shorten the path to the project because smth goes over Windows' path char limit
To build and export final standalone apps (for example to build for website):
yarn expo export (--platform [all/web/android/ios])
If you encounter an error saying "not able to find file" or something along the lines, shorten the path to the project because smth goes over Windows' path char limit
To update packages, etc:
yarn add [package]