sorenbs / budget-buddy-expo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget Buddy App

Budget Buddy App Thumbnail

Introduction

This repository contains a version of the Budget Buddy app converted to use Prisma for React Native with reactive queries. This provides fully tyle-safe database access, and removes any manual view-update logic, as views are automatically re-rendered when the database is modified.

Prisma for React Native

Prisma is a widely used ORM for JS/TS backend applications. It is fast, easy to use and provides auto-completion plus complete type-safety of both queries and returned data. At Expos App.js Conference we announced that Prisma now supports Expo and React Native. Follow the getting-started instructions here to set up Prisma in your own project.

Running the app

npm install
npx prisma generate
npx expo prebuild --clean
npx expo run:ios

About


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%