Skip to content

Commit

Permalink
Add link to propTypes
Browse files Browse the repository at this point in the history
Some props are missing in the documentation, the propTypes provides a full list of those. I think it would help a lot of developers to add a link here.
  • Loading branch information
lechinoix authored May 11, 2017
1 parent 72a46bc commit b6afaa3
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 @@ -170,6 +170,8 @@ var styles = StyleSheet.create({

- * *For iOS you also need to specify muted for this to work*

To see full list of available props, you can check [the propTypes](https://github.com/react-native-community/react-native-video/blob/master/Video.js#L246) of the Video.js component.

## Android Expansion File Usage

```javascript
Expand Down

0 comments on commit b6afaa3

Please sign in to comment.