Add touchable examples

This commit is contained in:
Horcrux
2016-06-11 00:50:25 +08:00
parent 220ea779b0
commit 1e0107f9ea
3 changed files with 96 additions and 2 deletions

View File

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