gsporto / expo-api-routes-trpc

Example for typesafe Expo API Routes using tRPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expo API Routes + tRPC

Features

  • 🧙‍♂️ E2E typesafety with tRPC
  • ⚡ Full-stack with React Native
  • 🕸️ Web
  • 🤖 Android
  • 🍎 iOS

Start example project

git clone git@github.com:gsporto/expo-api-routes-trpc.git
cd expo-api-routes-trpc
cp .env.example .env
npm i
npm start

Used Expo tabs template as base for this project and tRPC implementation from Create T3 App

Created by @gsporto.

About

Example for typesafe Expo API Routes using tRPC

License:MIT License


Languages

Language:TypeScript 97.8%Language:JavaScript 2.2%