Skip to content

Commit

Permalink
fix issue software-mansion#2
Browse files Browse the repository at this point in the history
  • Loading branch information
magicismight committed Feb 19, 2016
1 parent cc8d5f9 commit 2131e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions elements/Symbol.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import React, {
import ViewBox from './ViewBox';
import Defs from './Defs';
import extractViewbox from '../lib/extractViewbox';
class Symbol extends Component{
class SymbolElement extends Component{
static displayName = 'Symbol';
static propType = {
id: PropTypes.string.isRequired
Expand All @@ -16,7 +16,6 @@ class Symbol extends Component{
let {props} = this;
return <Defs.Item
id={props.id}
svgId={props.svgId}
>
<ViewBox
{...props}
Expand All @@ -30,4 +29,4 @@ class Symbol extends Component{
}
}

export default Symbol;
export default SymbolElement;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.8",
"version": "1.0.9",
"name": "react-native-art-svg",
"description": "react native svg library based on `ART`",
"repository": {
Expand Down

0 comments on commit 2131e7b

Please sign in to comment.