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: 2 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T10:28:47.000Z (about 2 years ago)
- Last Synced: 2025-03-16T10:19:09.202Z (8 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
```