---
title: "Bringing Prisma ORM to React Native and Expo"
url: https://daily.dev/posts/bringing-prisma-orm-to-react-native-and-expo-flug14qnu
source_url: https://www.prisma.io/blog/bringing-prisma-orm-to-react-native-and-expo
type: article
source: "Prisma Blog"
published: 2026-05-31T07:45:11.396Z
updated: 2026-08-24T06:58:51.334Z
tags: ["react-native", "prisma", "local-first"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Bringing Prisma ORM to React Native and Expo

**[Prisma Blog](https://daily.dev/sources/prisma-blog)** · 4 min read · 0 upvotes · 0 comments

## Summary

Prisma ORM now offers Early Access support for React Native and Expo, addressing a long-standing community request dating back to 2019. The key new feature is Reactive Queries — React hook-based query functions like `useFindMany()` that automatically re-render UI components when underlying local database data changes, eliminating manual state management. The integration works with Expo-managed apps and standard React Native projects. Prisma also hints at a future local-first sync service to enable live collaboration and background data syncing.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.prisma.io/blog/bringing-prisma-orm-to-react-native-and-expo>

---

Tags: [#react-native](https://daily.dev/tags/react-native), [#prisma](https://daily.dev/tags/prisma), [#local-first](https://daily.dev/tags/local-first)

[View this post on daily.dev](https://daily.dev/posts/bringing-prisma-orm-to-react-native-and-expo-flug14qnu)
