add viewBox support for android

This commit is contained in:
Horcrux
2016-07-26 11:37:31 +08:00
parent f82032c21c
commit 9888a1adf2
21 changed files with 262 additions and 76 deletions

View File

@@ -5,7 +5,8 @@ import React, {
import Svg, {
Symbol,
Circle,
Use
Use,
Rect
} from 'react-native-svg';
class SymbolExample extends Component{