[add] support for vendor-prefixed font-smoothing styles

Fix #240
This commit is contained in:
Nicolas Gallagher
2016-11-23 09:58:18 -08:00
parent 94d31beaf4
commit f71dae7d93
3 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ const examples = [
title: 'Wrap',
render: function() {
return (
<Text>
<Text style={{ WebkitFontSmoothing: 'antialiased' }}>
The text should wrap if it goes on multiple lines. See, this is going to
the next line.
</Text>