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) 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",