Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add note for extra props
  • Loading branch information
gusgard authored Sep 28, 2018
1 parent d7cce8d commit e74ee7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ const styles = StyleSheet.create({
});
```

[Example](./example/README.md)
[Code example](./example/README.md)

You can use all the props from FlatList: http://facebook.github.io/react-native/docs/flatlist.html

## Props

Expand All @@ -110,6 +109,10 @@ You can use all the props from FlatList: http://facebook.github.io/react-native
| autoplayDelay | 3 | `number` | Delay between every page |
| autoplayLoop | false | `bool` | Continue playing after reach end |


**More props**
This is a wrapper around [Flatlist](http://facebook.github.io/react-native/docs/flatlist.html#props), all their `props` works well and the inherited `props` too (from [ScrollView](http://facebook.github.io/react-native/docs/scrollview#props) and [VirtualizedList](http://facebook.github.io/react-native/docs/virtualizedlist#props))

<!--
autoplayDirection: PropTypes.bool.isRequired, -->

Expand Down

0 comments on commit e74ee7e

Please sign in to comment.