---
title: "Platform support | Nutrient React Native SDK"
canonical_url: "https://www.nutrient.io/guides/react-native/about/platform-support/"
md_url: "https://www.nutrient.io/guides/react-native/about/platform-support.md"
last_updated: "2026-05-15T19:10:05.052Z"
description: "Explore the platform support for Nutrient React Native SDK. Develop cross-platform PDF solutions for Android and iOS mobile applications."
---

# Platform support

Nutrient React Native SDK supports both iOS and Android platforms, providing a unified solution for viewing, annotating, and editing PDFs across these mobile platforms. This cross-platform compatibility ensures a consistent experience for users regardless of their device.

For iOS, the SDK requires:

- The [latest stable version of Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12).

- The [latest stable version of CocoaPods](https://github.com/CocoaPods/CocoaPods/releases).

- iOS 16.0 or later as the deployment target.

For Android, the SDK requires:

- The [latest stable version of Android Studio](https://developer.android.com/studio).

- The [Android NDK](https://developer.android.com/studio/projects/install-ndk).

- An Android Virtual Device or hardware device.

- A minimum of Android version 7.0 Nougat (API 24).

While React Native itself can support web platforms, Nutrient React Native SDK specifically targets mobile platforms (iOS and Android). If you need web support, Nutrient offers a separate [Flutter SDK](https://www.nutrient.io/guides/flutter.md) that supports iOS, Android, and Web from a single codebase.

Nutrient React Native SDK doesn’t work directly with Expo Go, as it requires native module support; it’s necessary to use a development or production build with Expo Application Services (EAS) to integrate Nutrient React Native SDK with an Expo project. For more information, refer to our blog on [how to use Nutrient React Native SDK with Expo](https://www.nutrient.io/blog/how-to-use-nutrient-react-native-sdk-with-expo/).
---

## Related pages

- [File type support](/guides/react-native/about/file-type-support.md)
- [Changelog](/guides/react-native/about/changelog.md)
- [Licensing](/guides/react-native/about/licensing.md)
- [System compatibility and requirements](/guides/react-native/about/system-compatibility.md)

