fix percentage bug, add Svg element flex layout support

This commit is contained in:
Horcrux
2016-04-29 21:26:04 +08:00
parent 6458e9d4f9
commit 5008457ba6
7 changed files with 79 additions and 26 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ RCT_EXPORT_MODULE()
- (UIView *)view
{
return [RNSVGSvgView new];
return [RNSVGSvgView new];
}
@end