Skip to content

Commit

Permalink
Merge pull request #12 from axerjs/github-page
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
axeryu authored Aug 13, 2022
2 parents 6afe642 + 1b129e1 commit 12cea62
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,7 @@ import WaterfallFlow from 'react-native-waterfall-flow'
}}
renderItem={({ item, index, columnIndex }) => {
return (
<View
style={{
paddingLeft: columnIndex === 0 ? 12 : 6,
paddingRight: columnIndex === 0 ? 6 : 12,
paddingTop: 3,
paddingBottom: 3
}}
>
<View>
<Text>index: {index}</Text>
<Text>columnIndex: {columnIndex}</Text>
<View/>
Expand Down

0 comments on commit 12cea62

Please sign in to comment.