Skip to content

Commit

Permalink
Merge pull request #11 from rkho/patch-1
Browse files Browse the repository at this point in the history
Update README.md to reflect windowHeight needing to be above header
  • Loading branch information
lelandrichardson committed Jul 15, 2015
2 parents 312837d + 31f1cd2 commit bce44fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ $ npm i react-native-parallax-view --save
```jsx
<ParallaxView
backgroundSource={require('image!backgroundImage')}
windowHeight={300}
header={(
<Text style={styles.header}>
Header Content
</Text>
)}
windowHeight={300}
>
<View>
// ... scrollview content
Expand Down

0 comments on commit bce44fe

Please sign in to comment.