diff --git a/README.md b/README.md index 597b71ec..5a907b61 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,12 @@ Toggles a fullscreen player. Access using a ref to the component. [2]: https://github.com/react-native-community/react-native-video/tree/master/example [3]: https://developer.apple.com/library/ios/qa/qa1668/_index.html +## Contributing + +`git clone --recurse-submodules ` this repo. + +In order to test this library with the examples you will have to run `npm pack`, then `cd` into the example you want to try out and run `npm install`. + --- **MIT Licensed**