Skip to content

Commit 97912ca

Browse files
committed
fix: update version to 2025.12.8 in package.json and enhance installation instructions in README.md
1 parent bb2b7fd commit 97912ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This Expo-powered React Native app demonstrates how to integrate the [`@tapsilat
66
- Hooks (`useCreateOrder`, `useOrderStatus`) that wrap common payment lifecycle actions with loading/error state.
77
- A demo screen showing order creation, hosted checkout deep-linking, and status polling flows you can adapt in your product.
88

9+
## Installation
10+
11+
```bash
12+
npm i @tapsilat/tapsilat-react-native
13+
```
14+
15+
916
## Getting started
1017

1118
```bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapsilat/tapsilat-react-native",
3-
"version": "2025.12.7",
3+
"version": "2025.12.8",
44
"main": "index.js",
55
"private": false,
66
"scripts": {

0 commit comments

Comments
 (0)