Skip to content

Commit 22bba68

Browse files
committed
add suport for new versions of RN on android side
1 parent 4d39d30 commit 22bba68

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@
55
### Added
66

77
- Added a method that allows user to view the added Pass into the wallet ([c4e7dabb5aebf1f7176cf3815436156648025ffa](https://github.com/dev-family/react-native-wallet-manager/pull/1/commits/c4e7dabb5aebf1f7176cf3815436156648025ffa) by [@pratikkishornaik](https://github.com/pratikkishornaik))
8+
9+
## v0.0.3
10+
11+
### Added
12+
13+
- Add suport for new versions of RN on android side. ([17bc045ae5b37e1d142bc94ffa7e5693973730c9](https://github.com/dev-family/react-native-wallet-manager/pull/11/commits/17bc045ae5b37e1d142bc94ffa7e5693973730c9) by [@LucasVeloz](https://github.com/LucasVeloz))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-wallet-manager",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Provides some Apple Wallet's functionality, like adding passes, removing passes and checking passises for existing.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)