react-amwal-pay 0.1.4 → 0.1.6

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 +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,18 @@ A React Native library for integrating Amwal Pay payment gateway into your React
8
8
  npm install react-amwal-pay
9
9
  ```
10
10
 
11
+ ### iOS Installation Note
12
+
13
+ After pod installation, you need to set "Build Libraries for Distribution" to NO in Xcode:
14
+
15
+ 1. Open your iOS project in Xcode
16
+ 2. Go to Pods project
17
+ 3. Select amwalsdk target
18
+ 4. In Build Settings, search for "Build Libraries for Distribution"
19
+ 5. Set it to NO
20
+
21
+ ![Build Libraries Setting](https://github.com/amwal-pay/AnwalPaySDKReactNative/raw/master/docs/images/ios_install_note.png)
22
+
11
23
  ## Usage
12
24
 
13
25
  ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-amwal-pay",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "amwal pay",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",