Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto committed May 4, 2016
1 parent 0330fb5 commit 4120333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Same as [ListView](https://facebook.github.io/react-native/docs/listview.html) C
- `collection` **string** *required*
- `selector` [**string** / **object**]
- `options` **object**
- `listViewRef` [**string** / **function**] ref to ListView component.


### Example usage
Expand All @@ -171,6 +172,7 @@ Same as [ListView](https://facebook.github.io/react-native/docs/listview.html) C
Same as [ListView](https://facebook.github.io/react-native/docs/listview.html) Component but does not need dataSource and accepts one argument. You may need it if you make complex requests combining multiples collections.

- `elements` **function** *required* : a reactive function which returns an array of elements.
- `listViewRef` [**string** / **function**] ref to ListView component.

### Example usage

Expand Down

0 comments on commit 4120333

Please sign in to comment.