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

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

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]