We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a152f commit 468cd69Copy full SHA for 468cd69
.gitignore
@@ -20,3 +20,8 @@ web-build/
20
!.yarn/sdks
21
!.yarn/versions
22
yarn-error.log
23
+
24
+example_bare/vendor
25
+example_bare/**/build
26
+example_bare/ios/Pods
27
+example_bare/android/.gradle
example/example-slack-message/src/App.js
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-gifted-chat",
3
- "version": "2.6.1",
+ "version": "2.6.2",
4
"description": "The most complete chat UI for React Native",
5
"keywords": [
6
"android",
0 commit comments