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

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

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
```