From e2263e7f6606e3316258c8a57b433a78bd094882 Mon Sep 17 00:00:00 2001 From: Horcrux Date: Sat, 23 Apr 2016 19:50:19 +0800 Subject: [PATCH] change stroke example --- Example/examples/Text.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Example/examples/Text.js b/Example/examples/Text.js index a1b3236d..a20bca72 100644 --- a/Example/examples/Text.js +++ b/Example/examples/Text.js @@ -87,7 +87,7 @@ class TextFill extends Component{ } } -// TODO: not supported +// TODO: iOS not support text stroke with pattern class TextStroke extends Component{ static title = 'Stroke the text'; render() { @@ -101,12 +101,11 @@ class TextStroke extends Component{ - ; -const samples = [TextExample, TextRotate, TextFill, TextPath]; +const samples = [TextExample, TextRotate, TextStroke, TextFill, TextPath]; export { icon,