forked from FaridSafi/react-native-gifted-chat
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: New chat messages not displayed when the chat was empty upon ope…
…ning (#9) * feat: add ref prop to listview props type and handle keyboard from GiftedChat component and pass inputToolbarPosition prop to InputToolbar component * feat: add reanimated to the container of the messageContainer component * chore: install react-native-reanimated version 2.14.4 * Fix: reanimated versioning issue * feat: Add estimated height to list * add: yarn.lock * fix: Correctly get width from screen dimensions * remove: prop onInitialLayoutView * fix: New chat messages not displayed when the chat was empty upon opening * chore: update snapshot --------- Co-authored-by: Jose Manuel Tuberquia <[email protected]>
- Loading branch information
1 parent
1f26a94
commit 56bf3e6
Showing
3 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,4 +111,4 @@ | |
"pre-commit": "yarn lint:fix && yarn prettier && yarn tsc" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters