Releases: dev-family/react-native-wallet-manager
Releases · dev-family/react-native-wallet-manager
2.1.0
2.0.1
2.0.0
v1.1.3
v1.1.3; chore: fix build output
v1.1.2
Chore
- Replace jcenter() with mavenCentral() in build.gradle. (7be0bc45f6d872aa2ebd2d43d678340e5200181f by @vnahornyi)
v1.1.1
Fixed
- Replaced dispatch_get_main_queue with dispatch_get_global_queue in methods addPassFromUrl and showAddPassControllerFromFile to fix the app crashed, if Wallet not installed. (e4766ca091e09b1234c027640c04f34e0307bd17 by @ghorbani-m)
v1.1.0
Added
- Google Wallet: added new methods for Android:
- addPassToGoogleWallet method to add passes to Google Wallet.
- canAddPasses method to verify if Google Wallet is supported on the device.
Updated
- Documentation: completely revamped for improved usability and structure.
- Detailed sections added for using the new Google Wallet methods.
- Improved navigation and added step-by-step examples.
Fixed
- Examples: updated code examples for all new features, including integration with Google Wallet on Android.
0.0.7
Added showAddPassControllerFromFile method for iOS platform to pass in local filepath of .pkpass.
0.0.6
Added support for React Native 0.73 on android.
0.0.5
Added support to android target SDK v 33.