rn: replace 3rd party chat library with custom implementation

This commit is contained in:
Bettenbuk Zoltan
2019-04-26 15:17:36 +02:00
committed by Saúl Ibarra Corretgé
parent 1cb9bbc7a4
commit 0b6c51f666
10 changed files with 264 additions and 177 deletions
@@ -43,6 +43,6 @@ export function _mapStateToProps(state: Object, ownProps: Props) {
const { message } = ownProps;
return {
_avatarURL: getAvatarURLByParticipantId(state, message.user._id)
_avatarURL: getAvatarURLByParticipantId(state, message.id)
};
}