Skip to content

Commit a9d11c0

Browse files
committed
14.3.2
1 parent 3b9e498 commit a9d11c0

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [14.3.2]
8+
9+
### Fixed
10+
11+
- JS: Guard Nitro HybridObject creation with try/catch and remove `isRuntimeAlive` import to stabilize CI/Jest and avoid "not a function" errors.
12+
13+
### Added
14+
15+
- Plugin (Expo): Optional iOS Podfile workaround to disable Folly coroutines via `"with-folly-no-couroutines": true`.
16+
17+
### Changed
18+
19+
- Docs: Restore installation note for the Folly workaround and remove a local Docusaurus type shim to avoid duplicate type declarations.
20+
721
## [14.3.1]
822

923
### Added
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: 'Release 14.3.2'
3+
authors: [hyochan]
4+
tags: [release, plugin, ios, docs]
5+
---
6+
7+
Small patch focusing on Nitro init robustness and the optional Expo iOS Folly workaround.
8+
9+
- Fix: Guard HybridObject creation and drop `isRuntimeAlive` usage to prevent CI/Jest issues.
10+
- Plugin: Re‑add opt‑in `"with-folly-no-couroutines": true` to inject Folly defines in the Podfile.
11+
- Docs: Restore installation note and remove a local Docusaurus type shim to avoid duplicate identifiers.
12+
13+
No breaking changes.
14+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-iap",
3-
"version": "14.3.2-rc.9",
3+
"version": "14.3.2",
44
"description": "React Native In-App Purchases module for iOS and Android using Nitro",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)