applepay-rn 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,12 +30,12 @@ ApplePay-RN provides a complete React Native wrapper around the native Apple Pay
30
30
 
31
31
  Using npm:
32
32
  ```bash
33
- npm install @tap-payments/applepay-rn
33
+ npm install applepay-rn
34
34
  ```
35
35
 
36
36
  Using yarn:
37
37
  ```bash
38
- yarn add @tap-payments/applepay-rn
38
+ yarn add applepay-rn
39
39
  ```
40
40
 
41
41
  ### 2. Install Pod Dependencies
@@ -48,12 +48,6 @@ pod install
48
48
  cd ..
49
49
  ```
50
50
 
51
- ### 3. Link Native Module (if not auto-linked)
52
-
53
- ```bash
54
- npx react-native link @tap-payments/applepay-rn
55
- ```
56
-
57
51
  ## Quick Start
58
52
 
59
53
  ### 1. Import the Component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "applepay-rn",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A React Native wrapper around Tap Payments’ Apple Pay iOS SDK, enabling seamless Apple Pay integration in React Native apps.",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",