Skip to content

Commit 0aae4b6

Browse files
committed
docs: link npm package and align install/import with @monei-js scope
1 parent 7082b22 commit 0aae4b6

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ Built as an Expo module — works with both Expo and bare React Native projects.
1313

1414
## Installation
1515

16+
The package is on npm: [@monei-js/monei-pay-react-native-sdk](https://www.npmjs.com/package/@monei-js/monei-pay-react-native-sdk).
17+
1618
```bash
17-
npx expo install @monei-pay/react-native
19+
npx expo install @monei-js/monei-pay-react-native-sdk
1820
```
1921

20-
Or with npm/pnpm:
22+
Or with npm or pnpm:
2123

2224
```bash
23-
npm install @monei-pay/react-native
24-
# or
25-
pnpm add @monei-pay/react-native
25+
npm install @monei-js/monei-pay-react-native-sdk
26+
pnpm add @monei-js/monei-pay-react-native-sdk
2627
```
2728

2829
### iOS Setup
@@ -51,7 +52,7 @@ No additional setup needed — the SDK's AndroidManifest includes the required `
5152
```tsx
5253
import { useEffect } from 'react';
5354
import { Linking, Platform } from 'react-native';
54-
import * as MoneiPay from '@monei-pay/react-native';
55+
import * as MoneiPay from '@monei-js/monei-pay-react-native-sdk';
5556

5657
function PaymentScreen() {
5758
// Wire URL callback handler (iOS only)

0 commit comments

Comments
 (0)