nimbbl-mobile-react-native-sdk 1.3.5-alpha.0 → 1.3.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 +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.5
|
|
3
|
+
**✅ Stable Release v1.3.5 - 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
|
|
|
@@ -317,7 +317,7 @@ class PaymentManager {
|
|
|
317
317
|
**Problem**: WebView opens and closes, but payment status screen doesn't appear.
|
|
318
318
|
|
|
319
319
|
**Solution**:
|
|
320
|
-
- Ensure you're using the latest SDK version (`^1.3.5
|
|
320
|
+
- Ensure you're using the latest SDK version (`^1.3.5`)
|
|
321
321
|
- The SDK automatically manages event listeners - no manual setup required
|
|
322
322
|
- Check that your app properly handles the payment success/failure events
|
|
323
323
|
|
|
@@ -428,14 +428,14 @@ For production applications, consider locking to specific versions:
|
|
|
428
428
|
```json
|
|
429
429
|
{
|
|
430
430
|
"dependencies": {
|
|
431
|
-
"nimbbl-mobile-react-native-sdk": "1.3.5
|
|
431
|
+
"nimbbl-mobile-react-native-sdk": "1.3.5"
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
```
|
|
435
435
|
|
|
436
436
|
## 📝 Release Notes
|
|
437
437
|
|
|
438
|
-
### v1.3.5
|
|
438
|
+
### v1.3.5 - Stable Release ✅
|
|
439
439
|
|
|
440
440
|
**🚀 Stable Production-Ready React Native SDK for Nimbbl Payments**
|
|
441
441
|
|