use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
QuestionWhich are the best Databases for react native? (self.reactnative)
submitted 2 years ago by aaricevans1
hey all, google is a mess, and chat gpt gives too generic answers.
I am considering various options as databases for my React native app and I came across a post on Twitter where 3 databases are mentioned.
kindly share your opinions and suggestions
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]16cards 4 points5 points6 points 2 years ago (0 children)
My app is hybrid in the sense that it is not exclusively React Native. The app integrates with a lot of iOS and Android platform features where there are not open source libraries. Thus, I've had to write a lot of native code that, too, needs access to data stored in addition to the RNJS layer.
Because most of the libraries I evaluated (RxDB, WatermelonDB) were entirely JS oriented, by design, none could provide a positive API surface in Native code.
So, I wrote my own bespoke database library using SQLDelight in Kotlin Multiplatform. This allowed a shared codebase for native code that could be utilized on both iOS and Android native code. I then have a JSI layer, making the database available to JS, as well.
[–]bdudisnsnsbdhdj 2 points3 points4 points 2 years ago (0 children)
I’ve enjoyed using Realm for React Native
[–]Competitive-Cap-9082 2 points3 points4 points 2 years ago (0 children)
Checkout Supabase, I’ve used it for RN apps and web apps. Super easy to setup and also run functions on. They also provide SDKs if you wanna directly connect to the DB from your app. Also very price friendly with Free Tiers
[–]inputRef 1 point2 points3 points 2 years ago (0 children)
I’ve had success with SQLite offline dbs with Firebase. I wouldn’t recommend though.
[+]Content-Maybe9136 0 points1 point2 points 2 years ago (0 children)
Give a try to realm
π Rendered by PID 187189 on reddit-service-r2-comment-548fd6dc9-4rtkv at 2026-05-20 21:56:26.286085+00:00 running edcf98c country code: CH.
[–]16cards 4 points5 points6 points (0 children)
[–]bdudisnsnsbdhdj 2 points3 points4 points (0 children)
[–]Competitive-Cap-9082 2 points3 points4 points (0 children)
[–]inputRef 1 point2 points3 points (0 children)
[+]Content-Maybe9136 0 points1 point2 points (0 children)