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 ( return (
<ReactLinkify <ReactLinkify
componentDecorator = { this._componentDecorator }> componentDecorator = { this._componentDecorator }>
<Text> <Text selectable = { true }>
{ this.props.children } { this.props.children }
</Text> </Text>
</ReactLinkify> </ReactLinkify>