DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Join us tomorrow at 1 PM EST: "3-Step Approach to Comprehensive Runtime Application Security"
Save your seat
  1. DZone
  2. Coding
  3. JavaScript
  4. Couchbase Mobile for Local Data Storage in React Native Apps

Couchbase Mobile for Local Data Storage in React Native Apps

Look at a tutorial that explains how to build a React Native Module to interface with Couchbase Lite 2.x.

Priya Rajagopal user avatar by
Priya Rajagopal
·
James Nocentini user avatar by
James Nocentini
·
Oct. 11, 18 · Tutorial
Like (1)
Save
Tweet
Share
5.01K Views

Join the DZone community and get the full member experience.

Join For Free

Couchbase Lite is an embedded NoSQL database for iOS, Android, and .Net platforms. The framework's API supports native platform bindings for Android (Java), iOS (Swift, ObjC) and UWP/Xamarin (csharp). This implies that if you are building a React Native app in Javascript and you want to use Couchbase Lite as your embedded data persistence layer, you will have to find a way to access Couchbase Lite's native APIs from the React Native Javascript world. You can accomplish that with React Native Modules.

React Native Modules allow mobile apps written in React Native to access native platform APIs that do not have a corresponding React Native module.

Architecture

At a high level, the architecture of a React Native app that uses React Native Modules is pretty straightforward.

  • The UI layer is written in Javascript and is common across mobile platforms
  • The data persistence or model layer is written in native platform language and is responsible for interfacing with Couchbase Lite. The functions of this layer are exposed through a set of native APIs
  • The native APIs are exported to the Javascript UI using React Native Modules

Tutorial

We have put together two tutorials, one for Android and one for iOS. Each tutorial will walk you through the steps of how you can build a React Native Module to interface with Couchbase Lite 2.x from within your React Native app.

We will be working with a very simple app called the "Hotel-Finder." This app allows users to

  • Search for hotel documents from a local Couchbase Lite database
  • Bookmark a hotel and store the bookmark in Couchbase Lite
  • Unbookmark previously bookmarked hotels

So let's get started!

If you are developing for iOS, you can get started with the iOS tutorial and if you are developing for Android, follow the instructions in the Android tutorial.

Next Steps

After completing the tutorial, you should have a good idea of how to use Couchbase Lite as a local data store within your React Native apps on iOS and Android. Stay tuned for future tutorials that demonstrate how you can use Cordova plugins to access Couchbase Lite from within your hybrid apps.

If you have questions or feedback, please leave a comment below or feel free to reach out to me at Twitter @rajagp or email me at priya.rajagopal@couchbase.com. The Couchbase Forums are another good place to reach out with questions.

Acknowledgments

I would like to thank James Nocentini for his contributions to the tutorials and for the development of the sample apps.

React Native mobile app React (JavaScript library) Data (computing) Data storage

Published at DZone with permission of Priya Rajagopal, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • A Real-Time Supply Chain Control Tower Powered by Kafka
  • Type Variance in Java and Kotlin
  • Using JSON Web Encryption (JWE)
  • Unleashing the Power of JavaScript Modules: A Beginner’s Guide

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: