feat: make mobile chat messages selectable

This commit is contained in:
Bettenbuk Zoltan 2019-10-16 10:34:48 +02:00 committed by Zoltan Bettenbuk
parent 8efee04a10
commit 7e70a8c1de
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export default class Linkify extends Component<Props> {
return (
<ReactLinkify
componentDecorator = { this._componentDecorator }>
<Text>
<Text selectable = { true }>
{ this.props.children }
</Text>
</ReactLinkify>