File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5253import { useEffect } from ' react' ;
5354import { 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
5657function PaymentScreen() {
5758 // Wire URL callback handler (iOS only)
You can’t perform that action at this time.
0 commit comments