Releases: dev-family/react-native-wallet-manager
Releases · dev-family/react-native-wallet-manager
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.
0.0.4
v 0.0.4
0.0.3
Add suport for new versions of RN on android side.
0.0.2
Added
- Added a method that allows user to view the added Pass into the wallet (c4e7dabb5aebf1f7176cf3815436156648025ffa by @pratikkishornaik)