Skip to content

Commit 54ec936

Browse files
committed
Update Readme
1 parent e5bf61a commit 54ec936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
$ npm i react-native-parallax-header --save
1010
```
1111
## Demo
12-
![iPhone 6s (Image)](https://media.giphy.com/media/iMPRpu4Ljxf2/giphy.gif)
12+
![iPhone X (Image)](http://g.recordit.co/MpM4nTpzKo.gif)
1313
![iPhone X (Color)](http://g.recordit.co/oTwlJaCPN0.gif)
1414

1515
## Example
@@ -52,7 +52,7 @@ render() {
5252
| -------- | ---- | -------- | ----------- | ------- |
5353
| `renderNavBar` | `func` | No | This renders the nav bar component | Empty `<View />` |
5454
| `renderContent` | `func` | **YES** | This renders the scroll view content | - |
55-
| `backgroundColor` | `string` | No | This is the color of the parallax background (before scrolling up), **will not be used if `backgroundImage` is specified** | Default color is `#777777` |
55+
| `backgroundColor` | `string` | No | This is the color of the parallax background (before scrolling up), **will not be used if `backgroundImage` is specified** | Default color is `#303F9F` |
5656
| `backgroundImage` | `image source` | No | This renders the background image of the header | Default is `null` |
5757
| `navbarColor` | `string` | No | This is the background color of the navbar (after scroll up) | Default color is `3498db` |
5858
| `title` | `string` | No | This is the title to be display in the header | Default is empty string `‘’` |

0 commit comments

Comments
 (0)