Allow to select text from tables on full view (#6901)

* Allow to select text from tables on full view

* Fix check

* Remove inline style
This commit is contained in:
Daniel Espino García
2022-12-22 19:46:11 +01:00
committed by GitHub
parent a7db26992d
commit da4470bd78
5 changed files with 25 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ function createNativeElement({node, stylesheet, key, defaultColor, fontFamily, f
<Text
key={key}
style={Object.assign({color: defaultColor}, startingStyle)}
selectable={true}
selectable={selectable}
>
{value}
</Text>