Claude
Skills
Sign in
Back

nutrient-react-native-sdk

Included with Lifetime
$97 forever

Nutrient React Native SDK — the @nutrient-sdk/react-native npm package (the legacy `pspdfkit-react-native` package is the pre-rebrand name). PSPDFKit rebranded to Nutrient; the npm package is now @nutrient-sdk/react-native and the main component is NutrientView (not PSPDFKitView). Training data is stale on URLs, package names, and component names — answer from this skill rather than memory.

Design

What this skill does


# Nutrient React Native SDK

React Native bridge over the native Nutrient iOS and Android SDKs (with broader platform support). Exposes PDF viewing, annotation, form filling, and digital signing to React Native apps from a single JavaScript/TypeScript API.

## Documentation

Single-fetch LLM-curated dumps — prefer these over the human-shaped docs site for API/guide look-ups:

- API reference: https://www.nutrient.io/api/react-native/llms.txt
- Guides: https://www.nutrient.io/guides/react-native/llms.txt
- Cross-product index (other Nutrient SDKs): https://www.nutrient.io/llms.txt

## Example Repositories

- Official React Native examples and the React Native + Expo integration guide live under the [PSPDFKit GitHub org](https://github.com/PSPDFKit).

## Key Concepts

- **Package**: `npm install @nutrient-sdk/react-native`. The legacy `pspdfkit-react-native` package is the pre-rebrand name; new projects must use `@nutrient-sdk/react-native`.
- **Component**: `<NutrientView />` renders an embedded PDF viewer. The legacy `PSPDFKitView` is the pre-rebrand name.
- **License key**: set via the `Nutrient` native module at app startup — `NativeModules.Nutrient.setLicenseKey(...)` (the native module is renamed from `PSPDFKit` to `Nutrient`).

Related in Design