react-amwal-pay 0.1.4 → 0.1.5
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.
- package/README.md +12 -0
- 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
|
+

|
|
22
|
+
|
|
11
23
|
## Usage
|
|
12
24
|
|
|
13
25
|
```js
|