Skip to content

Commit 5bfda83

Browse files
committed
Release 3.0.1
1 parent 64aabef commit 5bfda83

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
## 3.0.0 - 30 Jul 2025
1+
## 3.0.1 - 01 Aug 2025
2+
3+
- Updates README.md with Nutrient rebranding changes. (J#HG-681)
4+
5+
## 3.0.0 - 01 Aug 2025
26

37
- Adds the `onReady` callback to `NutrientView` to make functional component integration easier. (J#HYB-809)
4-
- Updates SDK to Nutrient branding. The new package name is now `@nutrient-sdk/react-native`.
8+
- Updates SDK to Nutrient branding. The new package name is now `@nutrient-sdk/react-native`. (J#HG-681)
9+
- Updates to Nutrient Android SDK 10.5.0.
10+
- Updates to Nutrient iOS SDK 14.11.0.
511

612
## 2.19.1 - 24 Jul 2025
713

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This library requires a valid license of the Nutrient SDK. Licenses are per platform.
66

7-
The Nutrient React Native SDK exposes the most often used APIs from Nutrient. Many of our partners end up forking this repository and adding some custom code to achieve even greater integration with their products, using native code.
7+
Work with a React Native PDF viewer SDK engineered for the best possible user and developer experience. Whether you need high-fidelity PDF rendering, annotation tools, digital signatures, or form filling, our React Native PDF SDK gives you complete control over PDF viewing and editing within your app.
88

99
### Nutrient
1010

@@ -25,13 +25,13 @@ To initialize the Nutrient React Native SDK using a license key, call either of
2525
To set the license key for both Android and iOS, use:
2626

2727
```
28-
PSPDFKit.setLicenseKeys('YOUR_REACT_NATIVE_ANDROID_LICENSE_KEY_GOES_HERE', 'YOUR_REACT_NATIVE_IOS_LICENSE_KEY_GOES_HERE');
28+
Nutrient.setLicenseKeys('YOUR_REACT_NATIVE_ANDROID_LICENSE_KEY_GOES_HERE', 'YOUR_REACT_NATIVE_IOS_LICENSE_KEY_GOES_HERE');
2929
```
3030

3131
To set the license key for the currently running platform, use:
3232

3333
```
34-
PSPDFKit.setLicenseKey('YOUR_REACT_NATIVE_LICENSE_KEY_GOES_HERE');
34+
Nutrient.setLicenseKey('YOUR_REACT_NATIVE_LICENSE_KEY_GOES_HERE');
3535
```
3636

3737
### Requirements

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@nutrient-sdk/react-native",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Nutrient React Native SDK",
55
"keywords": [
66
"react native",
77
"pspdfkit",
88
"nutrient",
99
"pdf"
1010
],
11-
"homepage": "https://github.com/PSPDFKit/react-native",
11+
"homepage": "https://www.nutrient.io/sdk/react-native",
1212
"bugs": {
1313
"email": "[email protected]"
1414
},

samples/Catalog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "catalog",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"private": true,
55
"scripts": {
66
"android": "npx react-native run-android",

0 commit comments

Comments
 (0)