Improve examples and document

This commit is contained in:
Horcrux
2016-07-27 11:34:42 +08:00
parent aee3038996
commit f2ee72bb76
7 changed files with 97 additions and 168 deletions

View File

@@ -111,8 +111,7 @@ const styles = StyleSheet.create({
}
});
const names = ['Svg', 'Stroking', 'Path', 'Line', 'Rect', 'Polygon', 'Polyline', 'Circle', 'Ellipse', 'G', 'Text', 'Use', 'Symbol', 'Gradients', 'Clipping', 'Image', 'TouchEvents', 'Definations'];
//const names = ['Definations'];
const names = ['Svg', 'Stroking', 'Path', 'Line', 'Rect', 'Polygon', 'Polyline', 'Circle', 'Ellipse', 'G', 'Text', 'Gradients', 'Clipping', 'Image', 'TouchEvents', 'Reusable'];
class SvgExample extends Component {
constructor() {