Skip to content

Commit 145c8d1

Browse files
committed
docs: add next version badge to README and update blog install instructions
1 parent 0108fa4 commit 145c8d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<img src="https://hyochan.github.io/react-native-iap/img/icon.png" alt="React Native IAP Logo" width="150" />
55

66
[![Version](http://img.shields.io/npm/v/react-native-iap.svg?style=flat-square)](https://npmjs.org/package/react-native-iap)
7+
[![Next Version](https://img.shields.io/npm/v/react-native-iap/next.svg?style=flat-square&label=next)](https://npmjs.org/package/react-native-iap)
78
[![Download](http://img.shields.io/npm/dm/react-native-iap.svg?style=flat-square)](https://npmjs.org/package/react-native-iap)
89
[![Backers and Sponsors](https://img.shields.io/opencollective/all/react-native-iap.svg)](https://opencollective.com/react-native-iap)
910
[![CI - Test](https://github.com/hyochan/react-native-iap/actions/workflows/ci-test.yml/badge.svg)](https://github.com/hyochan/react-native-iap/actions/workflows/ci-test.yml)

docs/blog/2025-12-11-release-14.6.0-billing-programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ yarn add react-native-iap@next react-native-nitro-modules
281281
bun add react-native-iap@next react-native-nitro-modules
282282
```
283283

284-
This version is available via `npm install react-native-iap@next`. Check out the [documentation](/docs/next/intro) for details on all features.
284+
This version is available via `npm install react-native-iap@next react-native-nitro-modules`. Check out the [documentation](/docs/next/intro) for details on all features.
285285

286286
## References
287287

0 commit comments

Comments
 (0)