---
title: "PDF annotation layers in React Native"
canonical_url: "https://www.nutrient.io/guides/react-native/instant-synchronization/instant-layers/"
md_url: "https://www.nutrient.io/guides/react-native/instant-synchronization/instant-layers.md"
last_updated: "2026-06-09T10:32:42.848Z"
description: "Learn how to create annotation layers for PDF files in React Native, enabling collaborative review and feedback in your applications."
---

# Create and manage PDF annotation layers in React Native

## What is an Instant layer?

An Instant layer represents a set of document changes, such as annotations, bookmarks, form fields, and digital signatures. Users with write access can edit the layer, while those with read access can only view it.

## What it’s best for

Layers are ideal for independent review workflows where multiple parties need to annotate or modify the same document separately. Common use cases include:

- **Student-teacher workflows** — Students annotate the same PDF independently, while teachers provide private feedback on each student’s layer

- **Multi-reviewer processes** — Different reviewers provide feedback without seeing each other’s comments

## Benefits

- **Low storage cost** —  Layers on the same document identifier share access to the same source file, eliminating the need to reupload, while keeping each layer’s content isolated

- **Minimal bandwidth** — Adding layers doesn’t require transferring the document again

- **Scalable** — It’s inexpensive to add multiple layers on clients and servers

For more information about layers, refer to the [Instant layers](https://www.nutrient.io/api/reference/document-engine/upstream/#tag/Layers) guide.
---

## Related pages

- [Client authentication in PSPDFKit Instant](/guides/react-native/instant-synchronization/authentication.md)
- [Adding Instant comments to PDFs in React Native](/guides/react-native/instant-synchronization/comments.md)
- [Syncing PDF annotations in React Native](/guides/react-native/instant-synchronization/annotation-sync.md)
- [Instant sync and document state in React Native](/guides/react-native/instant-synchronization/document-state.md)
- [Integrating real-time collaboration into your React Native application](/guides/react-native/instant-synchronization/get-started.md)
- [Offline PDF annotations with sync on React Native](/guides/react-native/instant-synchronization/offline-support.md)
- [Nutrient Instant usage on React Native](/guides/react-native/instant-synchronization/usage.md)
- [PDF collaboration library for React Native](/guides/react-native/instant-synchronization.md)

