---
title: "React Native PDF viewer with form fill support | Nutrient"
canonical_url: "https://www.nutrient.io/guides/react-native/forms/fill-form-fields/using-the-ui/"
md_url: "https://www.nutrient.io/guides/react-native/forms/fill-form-fields/using-the-ui.md"
last_updated: "2026-05-30T02:20:01.353Z"
description: "Nutrient React Native SDK supports filling forms via the user interface. Users can tap and directly interact with form elements such as:."
---

# Form field support in our React Native PDF viewer

Nutrient React Native SDK supports filling forms via the user interface. Users can tap and directly interact with form elements such as:

- Check, radio, and push buttons

- List and combo boxes

- Text fields

To render and fill PDF forms, you need to have the Forms component enabled in your license.

Here’s how the form filling user interface appears on iOS:

---

## Related pages

- [Disable PDF form editing in React Native](/guides/react-native/forms/fill-form-fields/disable-editing.md)
- [Fill PDF form fields programmatically in React Native](/guides/react-native/forms/fill-form-fields/programmatic.md)

