nimbbl-mobile-react-native-sdk 1.3.4-alpha.0 → 1.3.4

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Nimbbl React Native SDK
2
2
 
3
- **✅ Stable Release v1.3.4-alpha.0-alpha.0 - Production Ready!**
3
+ **✅ Stable Release v1.3.4 - Production Ready!**
4
4
 
5
5
  A comprehensive React Native SDK for integrating Nimbbl payment gateway into your mobile applications. This SDK provides a seamless bridge between React Native and native payment functionality, offering a unified API for both iOS and Android platforms.
6
6
 
@@ -323,7 +323,7 @@ class PaymentManager {
323
323
  **Problem**: WebView opens and closes, but payment status screen doesn't appear.
324
324
 
325
325
  **Solution**:
326
- - Ensure you're using the latest SDK version (`^1.3.4-alpha.0`)
326
+ - Ensure you're using the latest SDK version (`^1.3.4`)
327
327
  - The SDK automatically manages event listeners - no manual setup required
328
328
  - Check that your app properly handles the payment success/failure events
329
329
 
@@ -434,14 +434,14 @@ For production applications, consider locking to specific versions:
434
434
  ```json
435
435
  {
436
436
  "dependencies": {
437
- "nimbbl-mobile-react-native-sdk": "1.3.4-alpha.0"
437
+ "nimbbl-mobile-react-native-sdk": "1.3.4"
438
438
  }
439
439
  }
440
440
  ```
441
441
 
442
442
  ## 📝 Release Notes
443
443
 
444
- ### v1.3.4-alpha.0 - Stable Release ✅
444
+ ### v1.3.4 - Stable Release ✅
445
445
 
446
446
  **🚀 Stable Production-Ready React Native SDK for Nimbbl Payments**
447
447
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nimbbl-mobile-react-native-sdk",
3
- "version": "1.3.4-alpha.0",
3
+ "version": "1.3.4",
4
4
  "description": "Nimbbl React Native SDK for payment integration",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",