---
title: "[React Native] - About React Native SDK"
description: About the Contentstack React Native SDK for powering content in React Native applications using Content Delivery APIs.
url: https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/react-native/about-react-native-sdk
product: Contentstack
doc_type: sdk-guide
audience:
  - developers
  - mobile-developers
  - react-native-developers
version: latest
last_updated: 2026-03-26
---

# [React Native] - About React Native SDK

This page introduces the Contentstack React Native SDK, explains what it is used for, and points React Native developers to the next steps and related resources for integrating Contentstack content into React Native applications.

## About React Native SDK

*Use Contentstack to power content for your React Native projects*

Contentstack provides React Native SDK that Developers can use to develop React Native applications and power its content from Contentstack. The Contentstack React Native SDK uses our [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to your React Native-based applications.

**Note**: The Contentstack React Native SDK supports NodeJS 4.4.7 or later.

In order to integrate your React Native app with Contentstack React Native SDK, follow the steps mentioned in the [Get Started](/docs/developers/sdks/content-delivery-sdk/react-native/get-started-with-react-native-sdk/) section.

You can check out the [sample React Native apps](/docs/developers/sdks/content-delivery-sdk/react-native/#sample-apps-for-react-native) that Contentstack have developed to see React Native SDK in action.

## Common questions

### What does the Contentstack React Native SDK use to fetch content?
It uses the [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to React Native-based applications.

### What NodeJS versions are supported by the React Native SDK?
**Note**: The Contentstack React Native SDK supports NodeJS 4.4.7 or later.

### Where do I start to integrate the SDK into my React Native app?
Follow the steps mentioned in the [Get Started](/docs/developers/sdks/content-delivery-sdk/react-native/get-started-with-react-native-sdk/) section.

### Are there sample apps available to see the SDK in action?
Yes, you can check out the [sample React Native apps](/docs/developers/sdks/content-delivery-sdk/react-native/#sample-apps-for-react-native) that Contentstack have developed to see React Native SDK in action.