Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawan committed Jul 9, 2017
1 parent 194ab86 commit 2746cf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Dash.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ const Dash = (props) => {
)
}
return (
<View onLayout={props.onLayout} style={ [ props.style, isRow ? styles.dashRow : styles.dashColumn ] }>
<View
onLayout={ props.onLayout }
style={ [ props.style, isRow ? styles.dashRow : styles.dashColumn ] }
>
{ dash }
</View>
)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-dash",
"version": "0.0.6",
"version": "0.0.7",
"description": "A <Dash /> component for react-native to draw dashed or dotted lines",
"main": "Dash.js",
"scripts": {
Expand Down

0 comments on commit 2746cf2

Please sign in to comment.