greenkeeper[bot]
b5aa44548a
chore(package): update lockfile yarn.lock
2019-02-18 16:18:22 +00:00
greenkeeper[bot]
ef7ff8bc8e
chore(package): update @types/react-native to version 0.57.37
2019-02-18 16:18:19 +00:00
Xavier Carpentier
5c0b71a467
Create stale.yml
2019-02-12 13:56:56 +01:00
Matt Van
281902c8ad
Adds AlignTop Property ( #1124 )
...
* Adds AlignTop Property
* Update linting errors
2019-02-12 11:58:00 +01:00
greenkeeper[bot]
6aac68db8f
Update @types/react-native to the latest version 🚀 ( #1131 )
...
* chore(package): update @types/react-native to version 0.57.35
* chore(package): update lockfile yarn.lock
2019-02-12 11:56:51 +01:00
Xavier Carpentier
b5d54fbd3a
fix Remove expo thing here ...
...
... because we can use renderMessageVideo
2019-02-07 15:09:01 +01:00
greenkeeper[bot]
d097c3a472
Update react to the latest version 🚀 ( #1128 )
...
* chore(package): update react to version 16.8.1
* chore(package): update react-test-renderer to version 16.8.1
* chore(package): update lockfile yarn.lock
2019-02-07 10:18:01 +01:00
greenkeeper[bot]
eaea70b8de
Update react to the latest version 🚀 ( #1125 )
...
* chore(package): update react to version 16.8.0
* chore(package): update react-test-renderer to version 16.8.0
* chore(package): update lockfile yarn.lock
2019-02-06 10:42:17 +01:00
Xavier Carpentier
a0cba453dc
fix scu sent instead of send and add audio
2019-02-06 10:22:02 +01:00
Xavier Carpentier
26a447d541
fix You have a question ? title typo
2019-02-05 22:37:19 +01:00
Xavier Carpentier
94576c73c0
Add 'You have a questions ?' section on readme
2019-02-05 22:36:38 +01:00
Hammad Jutt
a408495c4d
Use Omit instead of Exclude ( #1038 )
2019-02-01 22:44:44 +01:00
Xavier Carpentier
d9c77f24b9
feat support expo wip
2019-01-29 14:32:49 +01:00
Xavier Carpentier
8ba836a20e
Support for Expo video
2019-01-29 14:27:17 +01:00
Xavier Carpentier
95bf7e82a4
feat add util isExpo fn
2019-01-29 14:24:28 +01:00
Luc Heinrich
8f18474e71
Add missing SendProps properties ( #1110 )
2019-01-29 09:45:00 +01:00
Leonardo Pereira
ab1fb12c60
Add bubble prop optionTitles ( #1091 )
...
* Add bubble prop optionTitles
* Fix break of app when array with length 0
2019-01-28 14:33:18 +01:00
Marek
a4fd557ce2
Add initialText prop ( #1104 )
2019-01-28 13:10:11 +01:00
Xavier Carpentier
9db9d64775
bump version
v0.7.2
2019-01-28 10:49:32 +01:00
Xavier Carpentier
46fd0e5981
fix scu have next message update design message
2019-01-28 10:42:10 +01:00
Xavier Carpentier
d01272e95d
fix add detach keyboard listener
2019-01-28 10:37:06 +01:00
Xavier Carpentier
2c915f0281
Fix getTime
2019-01-28 10:17:51 +01:00
Xavier Carpentier
8296bd3e03
bump version
v0.7.1
2019-01-26 16:21:18 +01:00
Jemmy Phan
308faca227
[Perf] fix shouldComponentUpdate checking on Message Component ( #1092 )
2019-01-25 09:35:02 +01:00
Xavier Carpentier
efc19b1456
fix MessageContainer-Pure ( #1101 )
2019-01-24 14:35:24 +01:00
Jasper Martin
b4259bd5fe
Add video prop in the chat message example ( #1100 )
2019-01-24 13:26:14 +01:00
Xavier Carpentier
798be74629
bump version
2019-01-23 12:03:32 +01:00
Jasper Martin
9bd1d61acd
Add renderUsernameOnMessage on the documentation ( #1096 )
...
Update README.md
v0.7.0
2019-01-23 11:49:28 +01:00
Farid Safi
3dca285856
Update README.md
2019-01-21 08:49:11 +01:00
Egidio Caprino
5d088ae263
feat: can disable send button ( #1042 )
2019-01-18 10:55:17 +01:00
Hamilton Chapman
5f33b90fcd
Update Chatkit example ( #1043 )
2019-01-18 10:54:40 +01:00
Faolain
553224d0fc
Feature(MessageContainer): Add ability to render scrollToBottom after scrolling a provided height ( #1064 )
...
* feat: add ability to render scrollToBottom after scrolling a provided (includes built-in default of 200) height up
* Update Color Test snapshot, added black
* add onScroll and scrollEventThrottle to FlatList
* Added Documentation to README on how to use scrollToBottom additions
* fix lint
2019-01-16 15:53:01 +01:00
greenkeeper[bot]
a1c2657472
Update @expo/react-native-action-sheet to the latest version 🚀 ( #1085 )
...
* fix(package): update @expo/react-native-action-sheet to version 2.0.1
* chore(package): update lockfile yarn.lock
2019-01-16 14:34:39 +01:00
Xavier Carpentier
502bae7c64
Improve perf ( #1076 )
...
* feat component perf with scu
* fix type on readme
* perf remove purecomponent
2019-01-12 00:16:08 +01:00
nandiniparimi1107
f872d670bc
Min composer height is not respecting props in some instances. Fixing this issue ( #1078 )
2019-01-11 09:31:43 +01:00
Xavier Carpentier
837bbf2fb2
bump + remove package-lock
v0.6.0
2019-01-09 14:26:38 +01:00
Alvin Crespo
9933e436b9
Fixes failed prop type warning for resizeMode ( #1072 )
2019-01-08 17:15:30 +01:00
nandiniparimi1107
b7de25ff4c
Adding minComposerHeight and maxComposerHeight props. ( #1069 )
...
* Adding minComposerHeight and maxComposerHeight props.
* as per review comments
* As per review comments.
2019-01-07 18:21:46 +01:00
nandiniparimi1107
0cd69b25b5
Flat-list re-render on demand. ( #1060 )
...
* Fixing issue with flatlist as its not re-rendering on renderFooter update
* code cleanup
* code cleanup
* code cleanup
* extraData for re-rendering the flat list.
* Adding extraData to proptypes
* fixing lint errors
* fixing lint errors
* fixing lint errors
2019-01-01 23:36:35 +01:00
nandiniparimi1107
4fb2082b24
Fixing issue with flatlist as its not re-rendering on update ( #1058 )
...
* Fixing issue with flatlist as its not re-rendering on renderFooter update
* code cleanup
* code cleanup
2018-12-31 22:17:05 +01:00
Xavier Carpentier
8829f44bb2
fix eslint
2018-12-31 10:47:02 +01:00
Xavier Carpentier
32e36cfccf
Key extractor as member
2018-12-26 15:22:17 +01:00
Martin Arista
4349c56d6b
Justify Bottom Container ( #1046 )
...
* justify content based off position
* update tests
2018-12-26 15:00:50 +01:00
Xavier Carpentier
938500d7d6
Add renderUsername on Bubble props
2018-12-13 10:16:52 +01:00
Xavier Carpentier
843fc75d7d
add renderUsernameOnMessage on Bubble
2018-12-13 10:02:21 +01:00
Hammad Jutt
679e338d30
Improve typings to allow for generic messages ( #1025 )
...
* allow generic message types
* refactor generic message types to extends interface + improve custom render function props
* Use RN StyleProp for style props
* Preseve backwards compatibility
* add defaultProps and onPressActionButton typings
* fix user typing
2018-12-04 13:37:35 -02:00
Lucas Monteiro
e0fb6670ad
pending tick ( #1024 )
...
* pending tick
* disable lint for accessible-emoji
2018-12-04 13:37:21 -02:00
Maher Zaidoune
ae53c05560
add send video support ( #1010 )
...
* add send video message support using react-native-video
* update README
* Update MessageVideo.js
disabling eslint no-use-before-define for styles variable
2018-12-03 14:19:39 -02:00
arilton
6377796328
Show the username on the message ( #929 )
...
* Username on a messages footer
* Add the bool prop to render username on message
* Update based at pull request test #375
* Update to match with the eslint
2018-12-03 16:15:06 +01:00
Michał Osadnik
bb0a1e5132
Update README.md ( #964 )
2018-12-03 16:13:37 +01:00