Skip to content

sorenbs/budget-buddy-expo

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •