https://github.com/gabrielcrackpro/expo-ts-starter
An expo template for new react native projects
https://github.com/gabrielcrackpro/expo-ts-starter
expo expo-starter expo-template react react-native
Last synced: 3 months ago
JSON representation
An expo template for new react native projects
- Host: GitHub
- URL: https://github.com/gabrielcrackpro/expo-ts-starter
- Owner: GabrielCrackPro
- Created: 2023-10-12T22:47:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T10:28:47.000Z (over 1 year ago)
- Last Synced: 2025-01-22T22:17:38.434Z (5 months ago)
- Topics: expo, expo-starter, expo-template, react, react-native
- Language: TypeScript
- Homepage:
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo TS Starter
An expo template for new react native projects
## Features
- Light / daek mode switcher out of the box
- Custom components that follow thr theme colors
- More to come## Install
Clone this repository
```sh
npx degit GabrielCrackPro/expo-ts-starter
```Run this command in the root directory
- Install with npm
```sh
mpm install
```- Install with yarn
```sh
yarn
```