Skip to content

Commit 73e16fe

Browse files
committed
bump version
1 parent 16b362d commit 73e16fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Dependency: React-Native >= v0.20.0 (scrollTo is now using {x, y, animated})
99

1010

1111
### Changelog
12+
- 0.0.23 displayNamesInsideBubble and keyboardShouldPersistTaps props (PR @koppelaar), Expose full rowData to renderCustomText and add dynamic hide/show text input (PR @bpeters)
1213
- 0.0.21 Updating example for RN 0.20.0
1314
- 0.0.20 scrollTo support for react-native 0.20.0
1415
- 0.0.19 Fix scrollWithoutAnimationTo for react-native 0.19.0

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-gifted-messenger",
3-
"version": "0.0.21",
3+
"version": "0.0.23",
44
"description": "The chat of your next React-Native Apps",
55
"main": "GiftedMessenger.js",
66
"scripts": {

0 commit comments

Comments
 (0)