Nightlies | React Native

Nightlies represent our current development snapshot and contain unreleased features and fixes. Use nightlies to verify if a feature or fix is working as intended. These releases to GitHub are automated to run every weekday.

Nightly releases haven’t undergone the same quality control process as our releases. As such, they aren’t suitable for use in production.

An unedited changelog listing the latest changes is available on the React Native GitHub repository(opens in a new tab). This information isn’t available anywhere else.

Nightly releases can be installed by pointing to the GitHub repository’s nightly branch:

Terminal window
yarn add @nutrient-sdk/react-native@github:PSPDFKit/react-native#nightly

Another option is to update your package.json file directly:

"dependencies": {
"@nutrient-sdk/react-native": "github:PSPDFKit/react-native#nightly"
}

Delete your node_modules directory and run yarn install to install the nightly.