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.
- package/README.md +4 -4
- 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
|
|
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
|
|
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
|
|
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
|
|
444
|
+
### v1.3.4 - Stable Release ✅
|
|
445
445
|
|
|
446
446
|
**🚀 Stable Production-Ready React Native SDK for Nimbbl Payments**
|
|
447
447
|
|