Skip to main content

v14.0.1 - Expo Plugin Fixes

ยท One min read
Hyo
React Native IAP Maintainer

We've just released React Native IAP 14.0.1 with important fixes for Expo plugin and npm publishing. ๐Ÿ› ๏ธ

What's Fixedโ€‹

NPM Publishingโ€‹

Fixed the npm package to properly include all required build files. The lib/ directory and app.plugin.js are now correctly included when publishing to npm.

CI and Testingโ€‹

Improved test stability and added Codecov integration for better code coverage tracking. Tests now run reliably in CI environments.

Example-Expo Setupโ€‹

Resolved Nitro module registration issues in the example-expo app, making it easier to test and develop with Expo.

Upgradingโ€‹

npm install react-native-iap@14.0.1
# or
yarn add react-native-iap@14.0.1

For the full changelog, see our GitHub releases.