diff --git a/Dash.js b/Dash.js index 4f83ef1..08e9a20 100644 --- a/Dash.js +++ b/Dash.js @@ -28,7 +28,10 @@ const Dash = (props) => { ) } return ( - + { dash } ) diff --git a/package.json b/package.json index b30396b..3b64472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-dash", - "version": "0.0.6", + "version": "0.0.7", "description": "A component for react-native to draw dashed or dotted lines", "main": "Dash.js", "scripts": {