---
title: "Supported PDF annotation types in React Native viewer | Nutrient"
canonical_url: "https://www.nutrient.io/guides/react-native/annotations/introduction-to-annotations/annotation-types/"
md_url: "https://www.nutrient.io/guides/react-native/annotations/introduction-to-annotations/annotation-types.md"
last_updated: "2026-06-08T22:00:44.360Z"
description: "The following annotation types are supported in Nutrient React Native SDK:."
---

# Supported annotations types in React Native

The following annotation types are supported in Nutrient React Native SDK:

- `pspdfkit/image`

- `pspdfkit/ink`

- `pspdfkit/link`

- `pspdfkit/markup/highlight`

- `pspdfkit/markup/redaction`

- `pspdfkit/markup/squiggly`

- `pspdfkit/markup/strikeout`

- `pspdfkit/markup/underline`

- `pspdfkit/note`

- `pspdfkit/comment-marker`

- `pspdfkit/shape/ellipse`

- `pspdfkit/shape/line`

- `pspdfkit/shape/polygon`

- `pspdfkit/shape/polyline`

- `pspdfkit/shape/rectangle`

- `pspdfkit/stamp`

- `pspdfkit/text`

---

## Related pages

- [What are PDF annotations?](/guides/react-native/annotations/introduction-to-annotations/what-are-annotations.md)
- [Retrieve or set the annotation bounding box in React Native](/guides/react-native/annotations/introduction-to-annotations/bounding-boxes.md)

