From c470e999761f35d451d4f87332664d2c22d71d09 Mon Sep 17 00:00:00 2001 From: sgong-pdftron Date: Mon, 26 Jan 2026 14:28:31 -0800 Subject: [PATCH 1/2] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 97ad4aa2..a32cfa09 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # PDFTron React Native Wrapper +> [!IMPORTANT] +> This repository serves as a wrapper around the native SDKs. It exposes only a limited set of APIs intended for basic viewing, annotating and removing components from the out‑of‑box UI. Any advanced customization or access to lower‑level functionality should be performed directly through the native SDKs rather than this wrapper. + - [API](API.md) - [Prerequisites](#prerequisites) - [Preview](#preview) From 184e9e92826b7006ef452b55d2df40c05b4c4c79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:36:21 +0000 Subject: [PATCH 2/2] Updating package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ff4fc98..0a4a0909 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-25", + "version": "3.0.4-26", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts",